Findmjob: Push Jobs to You
Push jobs next to you.
Wat is Findmjob: Push Jobs to You?
Findmjob: Push Jobs to You is een Chrome-extensie ontwikkeld door http://findmjob.com, en de belangrijkste functie is "Push jobs next to you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Findmjob: Push Jobs to You
Download Findmjob: Push Jobs to You-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
FindmJob: Push jobs next to you. Homepage: http://findmjob.com/ Please submit your issues at https://github.com/fayland/findmjob.com_chrome_extension/issues
Basisinformatie over de Extensie
Naam | |
ID | ogknnjoiljfafebechhnjgjommbolhoa |
Officiële URL | https://chrome.google.com/webstore/detail/findmjob-push-jobs-to-you/ogknnjoiljfafebechhnjgjommbolhoa |
Beschrijving | Push jobs next to you. |
Bestandsgrootte | 20.99 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-10-11 |
Publicatiedatum | 2014-10-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://findmjob.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |