Firebreath jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    31 firebreath jobs found, pricing in AUD

    ... Check this is a good sample - You are supposed to install a software in the machine, but the authentication does not call any Java plugin. The software install a extension in the firefox and chrome browsers that allow this operation. We found a good solution for that problem here - That open source project works with Firebreath and allows to communicate over javascript to usb smartcard. Well, the challenge is to build a client-server sample Java application that: == LEVEL 1 == 1) Build a web page with a button to login. That button must read data from smartcard without plugins with the components I sent previously (if you find any other better than those it's ok) and fake an authentication operation. 2) After

    $296 (Avg Bid)
    $296 Avg Bid
    1 bids

    The open source project works just fine in Visual Studio 2013 and using version 3.8 of I want you to update the cmake scripts in order to be able to build the examples in Visual Studio 2015 with the current version of WiX 3.9. That would be a first $20 milestone that should be piece of cake for a cmake expert. I will award the project only to someone who can probe able to do this part. The second part is to then check the scripts to build the *refactor* branch of that project. WARNING: If you are not a cmake expert (I am not one myself) this is going to be really difficult so probably you would spend a lot of time and is maybe not a project for you.

    $146 (Avg Bid)
    $146 Avg Bid
    2 bids

    The open source project FireBreath ( builds correctly using the *master* branch. The developers have been working on a *refactor* branch that has improvements and in their discussion forum it says that some people have successfully started using that branch, but there are no clear instructions how to do it. I know the project uses cmake and something probably needs to be done for it to build. I am looking for a cmake expert that builds the project and provide me instructions how to do it. My target is to use Visual Studio Community Edition 2015 in Windows 8.1 or Windows 10 and cmake 3.3.1. That version of Visual Studio contains already ATL, so the Windows 7 DDK should not be required. I'm happy if someone creates a fork of the project in case some

    $47 (Avg Bid)
    $47 Avg Bid
    1 bids

    When you visit the page a browser plugin is injected b... a browser plugin is injected by the file downloaded from that site. The injection consists of creating the object tag and setting attributes and it works fine in Safari, Chrome and Internet Explorer 11. However, is not working in Internet Explorer 8 probably because the type has to be set after the element is in the DOM as explained in !topic/firebreath-dev/ckx4eWsJRL8 I need the fix to work in IE 8, while still working on IE11, Chrome and Firefox. If you can test in IE 9 and 10 that would be great. I believe this requires just one or two lines changed in the current so you just have to tell me how the new should look like.

    $45 (Avg Bid)
    $45 Avg Bid
    4 bids

    ...the easier is to get this one - A Mac computer running Mac OS X (I will test deliverables on 10.9.3) Now that you established that you have or are willing to procure the required hardware, the project is the following: There is a plugin based on the Firebreath framework () that works fine in Windows, but not on Mac OS X. The code is available at The problem in Mac OS is that it hangs when a card is inserted, the SCardGetStatusChange function that runs in a separate thread blocks the main thread. Your mission is to fix the problem so the plugin works on Safari, Chrome and Firefox for

    $156 (Avg Bid)
    $156 Avg Bid
    1 bids

    We are looking for a plugin to add our in-text ads to all installed browsers (cross-browser). You are free to build the plugin on existing frameworks like FireBreath. For further information please contact us.

    $1005 (Avg Bid)
    $1005 Avg Bid
    4 bids

    Firebreath plugin- More information in your message box.

    $78 - $78
    $78 - $78
    0 bids

    Hi there, I am looking for someone who can build a simple cross platform browser extension that inserts different ad tags to websites that the end-user browses. Thanks!

    $374 (Avg Bid)
    $374 Avg Bid
    4 bids

    I'm working with a plugin built on the FireBreath framework. The plugin uses FireBreath to give access to the user's serial port, but the serial port freezes after some time. I'm new to programming and need someone who can help find the problem. Visual Studio isn't catching breakpoints even though I've followed all instructions provided by the FireBreath community. Plugin: FireBreath debugging: http://www.firebreath.org/display/documentation/Debugging+Plugins FireBreath logging: I have everything set up already, would like to start with someone walking through it with me via TeamViewer and go from there. Thank you!

    $39 / hr (Avg Bid)
    $39 / hr Avg Bid
    1 bids

    I'm trying to use the sendmulti function within jUART and am getting some strange errors. Send sends single chars to a serial port; sendmulti loops through sending an array of chars to the serial port. Send worked fine, but sendmulti function isn't registered in the .dll that's included ...being as I'm not a developer, I'm lost. I have the question posted on stackexchange, but I'm curious what your estimate would be to come up with a solution faster than what I think I can come up with on my own through SE. Resources Stack Overflow Question: jUART Plugin (NPAPI wrapper for Firebreath): Firebreath: http://www.firebreath.org/display/documentation/Building+FireBreath+Plugins Thank you!

    $47 - $47 / hr
    $47 - $47 / hr
    0 bids

    I have a browser plugin based on the FireBreath framework () that works perfectly in Windows but has a problem in Mac OS. The plugin creates a boost working thread that blocks waiting for events from the function SCardGetStatusChange that is part of the Windows API and in Linux and Mac OS comes from pcsclite (). In Windows all works perfectly. However in Mac OS I need to have two problem fixed: 1. Notifications from the worker thread are not working, the function in is not called as it is in Windows. Probably the marshaling of objects across threads is being done in an incorrect way that Windows manages to get across? 2. For some unknown reason I had to leave the "echo" method in WebCardAPI.h:38 and the

    $16 - $234
    $16 - $234
    0 bids

    I have a working extension written with CrossRider API that I would like ported to individual Extensions to FireFox / Chrome / Internet Explorer. This can either be ported by using each extension coding framework, or by using a third party Framework like FireBreath. The extension itself is pretty small. Shouldn't be hard to someone that has good knowledge with browser extensions / Javascript. It is also required that the coder is able to support me and update the plugin on future browser updates. This will be, of course, a paid process. More details of the job will be disclosed via Private Message.

    $811 (Avg Bid)
    $811 Avg Bid
    5 bids

    Using the same sources for the SCardCOM Firebreath plug in from the previous project as the starting point, make changes if needed to provide the process to build the project for MacOS using XCode 4.6 The deliverable are instructions that when reproduced create the plugin in RELEASE configuration using command line tools. Then the plugin should load using the page that is part of the source code and the plugin version be displayed as it happens in the Windows version.

    $55 - $55
    $55 - $55
    0 bids

    The FireBreath project provides a framework to create multiplatform browser plugins. When building a plugin in Windows, it supports the Visual Studio Express editions by adding the Windows DDK but this has been tested and documented only for Windows 7, Visual C++ Express 2010 and the Windows 7 DDK. I need to update the cmake or other related files so I can compile a FireBreath plugin in Windows 8 using Visual Studio Express for Desktop and if needed the Windows SDK or DDK version 8. I am not an expert in cmake but I believe the problem is related to installation directories as the Windows 8 DDK installs ATL and MFC libraries in different directories under Program Files (x86)/Windows Kits/8.0 The deliverables I need are the updated files that would work in a computer wit...

    $47 - $140
    $47 - $140
    0 bids

    Project: NPAPI/ActiveX plugin for native file/folder selector Language: C++ Framework: FireBreath Purpose: To create a NPAPI plugin that lets JavaScript access native file choosers and get the absolute file paths back. Scope: Browser: Chrome, IE (using ActiveX), Firefox, Safari, OS: Windows, Mac, Linux Arch: 32, 64 The packaging falls outside the scope. The various files are packaged in our own installer. Milestones: - Create a working plugin for Windows 32-bits in Chrome - Create a working plugin for Windows 64-bits in IE 10 - Create the plugin for all other platforms and browsers Functionality: The plugin makes one method available to JavaScript that has two parameters: $(‘plugin’).get(integer type, boolean multiple) The parameter type can...

    $1395 (Avg Bid)
    $1395 Avg Bid
    4 bids

    We created for our document sharing platform a Java applet for client-side uploading and opening of documents. We need that to be rewritten to a NPAPI plugin in C++ using the FireBreath tools (). When there are better methods, we are happy to hear that. The plugin should run on Windows and mac and have full access to the file system to be able to upload, download, open and sync files clientside. The plugin should run on Chrome, Firefox, Safari and IE. Our applet hase these functions: - upload files - upload folders - download files - open files and sync changes - create netuse share (Win) or create webdavmount (mac) The communication with our server is done with JSON. The Java code is available as download in this request (see below). The applet

    $23 / hr (Avg Bid)
    Urgent
    $23 / hr Avg Bid
    1 bids

    We created for our document sharing platform a Java applet for client-side uploading and opening of documents. We need that to be rewritten to a NPAPI plugin in C++ using the FireBreath tools (). When there are better methods, we are happy to hear that. The plugin should run on Windows and mac and have full access to the file system to be able to upload, download, open and sync files clientside. The plugin should run on Chrome, Firefox, Safari and IE. Our applet hase these functions: - upload files - upload folders - download files - open files and sync changes - create netuse share (Win) or create webdavmount (mac) The communication with our server is done with JSON. The Java code is available as download in this request (see below). The applet is fully tested

    $3115 (Avg Bid)
    $3115 Avg Bid
    1 bids

    Chrome browser plugin required to launch a local application on the users machine (Windows). The plugin should provide a way to launch the application with command line arguments e.g: ("C:foldername arg1 arg2"); We currently use the "ActiveX for chrome" extension to achieve this, however the extension displays a popup several...extension which will only request the users permission once per site. Deliverables as follows: Code Compiled plugin Example HTML page demonstrating the functionality Brief presentation of the code via Skype This is only required to work with Chrome on Windows. However at a later date there is potential to reproduce this for other browsers. Therefore we request that the code be built using Firebreath or similar technol...

    $226 (Avg Bid)
    $226 Avg Bid
    3 bids

    Basically this would be a feasibility checking project. I would like to know the feasibility that using the QTGstreamer combined with firebreath browser plugin framework. We need a simple video player that could just play a generic media file, let's say a avi video, with playbin using QTGstreamer binding. The most important is the render part using QTVideoWidget. For the plugin, using the framework, firebreath. For this project, I just need a workable player using QTGstreamer and that could run in the chrome or safari browser. If the project could be done in Mac OS X and xcode environment, that would a a plus.

    $1246 (Avg Bid)
    Featured
    $1246 Avg Bid
    3 bids

    Chrome browser plugin required to launch an application on the users machine (Windows). The plugin should provide a way to launch an application with command line arguments e.g: ("C:foldername arg1 arg2"); Deliverables as follows: Code Compiled plugin Example HTML page demonstrating the functionality Brief presentation of the code via Skype This is...launchapp("C:foldername arg1 arg2"); Deliverables as follows: Code Compiled plugin Example HTML page demonstrating the functionality Brief presentation of the code via Skype This is only required to work with Chrome on Windows. However at a later date there is potential to reproduce this for other platforms and browsers. Therefore we request that the code be built using Firebreath

    $87 (Avg Bid)
    $87 Avg Bid
    2 bids

    Multiplatform, multibrowser plug-in for smart card communication that exposes the PC/SC smart card API defined by and implemented in Windows in the smart card API (search MSDN for 'SCardEstablishContext') and in Linux by the muscle group http://www.linuxnet.com. The plug-in can be developed using the FireBreath framework that makes developing NSAPI and ActiveX plugins easier. ## Deliverables The component must be instantiated using non obtrusive javascript from an external .js file that is included in the test page and invoked on the .onload method with jQuery. The component exposes one property 'Readers' and two events 'cardInsert(Reader)' and 'cardRemove(Reader)'. Readers is an enumerable collection of 'Reader' objects. Each R...

    $779 - $934
    $779 - $934
    0 bids

    Joelsweb Development are looking for an experienced developer who has designed, developed and documented SDK tools previously. We have an existing C# GUI Windows application, its source code and full technical documentation. We need to remove the GUI element and rework the existing functionality of the application in a C++ environmen...return code that needs to be accessible and documented. Key areas of expertise required are: HTTP communications Knowledge of dynamic XML parsing and generation (e.g. using TinyXML++) Knowledge of C# to at least understand existing functionality There is the potential for more work for the right developer. We are looking to integrate this completed SDK into a browser plugin (using Firebreath) so experience in this is a bonus (but no...

    $1931 (Avg Bid)
    $1931 Avg Bid
    10 bids

    ...exception of internet explorer) Preferably all extensions written in javascript (with the exception of IE, it would have to be c/delphi, NOT C#) and preferably all similar codebase with exporting to different types of browser extension. Javascript may also need to be executed in the main dom window. What will you build the IE toolbar with ? afaik you cannot use javascript you can use c++, even firebreath would be good idea just to confirm everything; The goal of this project is to create a toolbar that is a 'browser window'/html rendering context. This is so we can develop the toolbar in html and have it work in all browsers. The html/css/img content will be packaged with the toolbar. It will also need to insert/execute javascript in the main dom window. (on dom ready) ...

    $117 (Avg Bid)
    $117 Avg Bid
    1 bids

    ...exception of internet explorer) Preferably all extensions written in javascript (with the exception of IE, it would have to be c/delphi, NOT C#) and preferably all similar codebase with exporting to different types of browser extension. Javascript may also need to be executed in the main dom window. What will you build the IE toolbar with ? afaik you cannot use javascript you can use c++, even firebreath would be good idea just to confirm everything; The goal of this project is to create a toolbar that is a 'browser window'/html rendering context. This is so we can develop the toolbar in html and have it work in all browsers. The html/css/img content will be packaged with the toolbar. It will also need to insert/execute javascript in the main dom window. (on dom ready) ...

    $47 - $7787
    $47 - $7787
    0 bids

    We need Firebreath developers for a 20 USD / hour job. Show us your Firebreath work plus any other work done involving web applications that work across all browsers.

    $3426 (Avg Bid)
    $3426 Avg Bid
    5 bids

    As you may already know, chrome does not have a proxy management interface and it uses the system's proxy settings for that. If you want to change those settings from an extension you need to develop a plugin which communicates with NPAPI in order to apply settings. The plugin exposes it's methods/functions to javascript which can be used ...system proxy based on the parameters received. Will also validate the ip_address to be a valid ip, port to be a numerical value between 2 and 5 digits and protocol must be in the list: (http, socks4, socks5) As a help to get you started you may read: - chrome guide on adding npapi plugins http://www.firebreath.org/display/documentation/FireBreath+Home - NPAPI framework Any questions, just ask.

    $366 (Avg Bid)
    Featured
    $366 Avg Bid
    4 bids

    ...and write files to the user's system from within is a security risk, but it adds greatly to the usability of this project. * -I would like the plugin to work on Windows, Mac, Linux and on Chrome, Firefox, IE and Safari, but I would settle for Windows and Chrome, Firefox and IE. * -I think the coding elements of the plugin should be relativly straightforward. There is an application called Firebreath where cross browser and OS plugins can be developed. I understand the plugin type is an NPAPI plugin, though that might be different for Internet Explorer. * -I don't know what format the plugin would have. If it was a single .exe file that could be launched on and OS for any browser, great. If a different file was created for each OS/browser environment, that's n...

    PHP
    $131 (Avg Bid)
    $131 Avg Bid
    2 bids

    We have an activex and we need to develop a plugin for Chrome Browser, that is a simple wrapper of all methods. The activex is already functional in IE browser. We need those methods to be visible from javascript. You can use FireBreath (http://www.firebreath.org/display/documentation/FireBreath+Home) for this task. I'm attaching the full cab file with all the dll dependencies. The interface object is the .ocx file (we need a wrapper for it).

    $389 - $1168
    Sealed
    $389 - $1168
    2 bids

    Hi I need an add on to the browsers (plugin/helper object/browser extention) for filefox,windows explorer and safari that does the following: 1) when a user enter a specific site the plugin sends the url+html (or the url+ the text of the page w...4) when the user clicks on those marks words a bubble is then open (well designed bubble) with the related html text for the phrase or words (was returned in the XML) 5) the bubble will also show at the bottom a link/button that says "Send to a Friend" which leads to sending to the friend email link to the install of the plugin and link to the current page familiarity with NPAPI and/or Firebreath is an advantage high ranking is an advantage experience in writeing plugins to differnt browsers is a must tha...

    $484 (Avg Bid)
    $484 Avg Bid
    3 bids

    Hi I need an add on to the browsers (plugin/helper object/browser extention) for filefox,windows explorer and safari that does the following: 1) when a user enter a specific site the plugin sends the url+html (or the url+ the text of the page without t... 4) when the user clicks on those marks words a bubble is then open (well designed bubble) with the related html text for the phrase or words (was returned in the XML) 5) the bubble will also show at the bottom a link/button that says "Send to a Friend" which leads to sending to the friend email link to the install of the plugin and link to the current page familiarity with NPAPI and/or Firebreath is an advantage high ranking is an advantage experience in writeing plugins to differnt browsers is a must th...

    $424 (Avg Bid)
    $424 Avg Bid
    7 bids

    Hi all. I need a web browser plugin (NPAPI for firefox and safari. ActiveX for IE). This framework basically will create you the plugin in a solution for VS2008: So what do I need? I have a VS2008 project written in C, which is a video decoder. This project will build a final library (.dll). This dll has two functions that can be accessed from an external application (like a C# wrapper). All I need, is you to deliver the code of a plugin, that will access and use correctly the functions of the dll (i prefer firefox), via a html webpage that uses javascript to invoke the plugin that access the dll library. More details, please pm me. I need this simple task asap.

    N/A
    N/A
    0 bids