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 |
Eメール | [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" ] } |