Findmjob: Push Jobs to You
Push jobs next to you.
What is Findmjob: Push Jobs to You?
Findmjob: Push Jobs to You is a Chrome extension developed by http://findmjob.com, and its main feature is "Push jobs next to you.".
Extension Screenshots
Download Findmjob: Push Jobs to You Extension CRX File
Download Findmjob: Push Jobs to You extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
FindmJob: Push jobs next to you. Homepage: http://findmjob.com/ Please submit your issues at https://github.com/fayland/findmjob.com_chrome_extension/issues
Extension Basic Information
Name | |
ID | ogknnjoiljfafebechhnjgjommbolhoa |
Official URL | https://chrome.google.com/webstore/detail/findmjob-push-jobs-to-you/ogknnjoiljfafebechhnjgjommbolhoa |
Description | Push jobs next to you. |
File Size | 20.99 KB |
Installation Count | 30 |
Current Version | 0.0.3 |
Last Updated | 2014-10-11 |
Publish Date | 2014-10-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://findmjob.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Findmjob: Push Jobs to You", "version": "0.0.3", "manifest_version": 2, "description": "Push jobs next to you.", "homepage_url": "http:\/\/findmjob.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Findmjob Updates", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "notifications", "http:\/\/findmjob.com\/*" ] } |