job hunt
Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search
Was ist job hunt?
job hunt ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search".
Erweiterungsscreenshots
job hunt-Erweiterungs-CRX-Datei herunterladen
Laden Sie job hunt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily find the job you are looking for with this job search extension. Search jobs in your are and find them instantly. Quick and easy to use, a beautiful tool to help with your job search
Grundlegende Informationen zur Erweiterung
Name | job hunt |
ID | nbnenbbiijokomeoejdlnphoagolpbek |
Offizielle URL | https://chromewebstore.google.com/detail/job-hunt/nbnenbbiijokomeoejdlnphoagolpbek |
Beschreibung | Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search |
Dateigröße | 37.3 KB |
Installationsanzahl | 828 |
Aktuelle Version | 0.3 |
Letztes Update | 2016-10-14 |
Veröffentlichungsdatum | 2016-10-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "job hunt", "version": "0.3", "manifest_version": 2, "description": "Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search", "browser_action": { "default_icon": "icon.png", "default_title": "Job Search", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |