Jobboard Helper
搜索下载简历/刷新发布职位/帐号管理/快速登录
What is Jobboard Helper?
Jobboard Helper is a Chrome extension developed by littlehorse.gao, and its main feature is "搜索下载简历/刷新发布职位/帐号管理/快速登录".
Extension Screenshots
Download Jobboard Helper Extension CRX File
Download Jobboard Helper 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
Jobboard Helper 是由云招公司开发,和 OurATS 系统配合使用的工具。 在谷歌浏览器下使用。 提供功能有: - 搜索下载简历 - 刷新发布职位 - 帐号管理 - 快速登录
Extension Basic Information
Name | Jobboard Helper |
ID | nninnojiemogmgejobmgcmdgffdhbobh |
Official URL | https://chromewebstore.google.com/detail/jobboard-helper/nninnojiemogmgejobmgcmdgffdhbobh |
Description | 搜索下载简历/刷新发布职位/帐号管理/快速登录 |
File Size | 64.4 KB |
Installation Count | 108 |
Current Version | 6.1.16 |
Last Updated | 2024-02-28 |
Publish Date | 2020-05-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | littlehorse.gao |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ourats.com |
Privacy Policy Page URL | https://www.ourats.com/privacy-policy-of-jobboard-helper.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jobboard Helper", "version": "6.1.16", "description": "\u641c\u7d22\u4e0b\u8f7d\u7b80\u5386\/\u5237\u65b0\u53d1\u5e03\u804c\u4f4d\/\u5e10\u53f7\u7ba1\u7406\/\u5feb\u901f\u767b\u5f55", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Jobboard Helper", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "registry.js", "content.js", "environment.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "notifications", "unlimitedStorage", "tabs", "contextMenus", "storage", "cookies", " |