job hunt
Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search
什么是job hunt?
job hunt是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search”。
扩展截图
下载job hunt扩展crx文件
下载job hunt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | job hunt |
ID | nbnenbbiijokomeoejdlnphoagolpbek |
官方URL | https://chromewebstore.google.com/detail/job-hunt/nbnenbbiijokomeoejdlnphoagolpbek |
简介 | Browse local jobs straight from your toolbar an excellent extension created for job seekers, a quick way to job search |
文件大小 | 37.3 KB |
安装次数 | 828 |
当前版本 | 0.3 |
更新时间 | 2016-10-14 |
上架时间 | 2016-10-14 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" } } |