job hunt
Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search
What is job hunt?
job hunt is a Chrome extension developed by Unknown, and its main feature is "Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search".
Extension Screenshots
Download job hunt Extension CRX File
Download job hunt 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
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
Extension Basic Information
Name | job hunt |
ID | nbnenbbiijokomeoejdlnphoagolpbek |
Official URL | https://chromewebstore.google.com/detail/job-hunt/nbnenbbiijokomeoejdlnphoagolpbek |
Description | Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search |
File Size | 37.3 KB |
Installation Count | 828 |
Current Version | 0.3 |
Last Updated | 2016-10-14 |
Publish Date | 2016-10-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |