RecruiterHunt New Tab Page (Beta)
For recruiters -- new collections, resources, and jobs on every new tab!
什么是RecruiterHunt New Tab Page (Beta)?
RecruiterHunt New Tab Page (Beta)是由Cuyler Stuwe开发的Chrome扩展程序,该扩展的主要功能是“For recruiters -- new collections, resources, and jobs on every new tab!”。
扩展截图
下载RecruiterHunt New Tab Page (Beta)扩展crx文件
下载RecruiterHunt New Tab Page (Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For recruiters: Replace your "new tab" page with fresh content from RecruiterHunt! New collections, resources, and jobs on every new tab! This extension fetches the latest information from RecruiterHunt's website, along with some manually-curated relevant content, in the background in intervals.
扩展基本信息
名称 | RecruiterHunt New Tab Page (Beta) |
ID | jdojhcokhpkdijmhpdgfmkbflaokjmgn |
官方URL | https://chromewebstore.google.com/detail/recruiterhunt-new-tab-pag/jdojhcokhpkdijmhpdgfmkbflaokjmgn |
简介 | For recruiters -- new collections, resources, and jobs on every new tab! |
文件大小 | 144 KB |
安装次数 | 736 |
当前版本 | 1.1.9 |
更新时间 | 2020-09-15 |
上架时间 | 2020-05-24 |
评分 | 3.67/5 共3次评分 |
开发者 | Cuyler Stuwe |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RecruiterHunt New Tab Page (Beta)", "description": "For recruiters -- new collections, resources, and jobs on every new tab!", "version": "1.1.9", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_title": "RecruiterHunt New Tab Page (Beta)", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "alarms", "storage", "*:\/\/recruiterhunt.com\/*", "https:\/\/x9juo2rjb6.execute-api.us-east-1.amazonaws.com\/dev\/access", "https:\/\/83bjx4lk47.execute-api.us-east-1.amazonaws.com\/dev\/access" ] } |