Pocket Recruiter
Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.
Pocket Recruiterとは何ですか?
Pocket Recruiterはhttps://pocketrecruiter.comによって開発されたChromeの拡張機能で、その主な機能は「Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.」です。
拡張機能のスクリーンショット
Pocket Recruiter拡張機能のCRXファイルをダウンロード
Pocket Recruiter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improved matching to get more results
Stability Fixes 拡張機能の基本情報
| 名前 | |
| ID | omlbbmjaebechjbflanadgohglkjhjmc |
| 公式URL | https://chromewebstore.google.com/detail/pocket-recruiter/omlbbmjaebechjbflanadgohglkjhjmc |
| 説明 | Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates. |
| ファイルサイズ | 741 KB |
| インストール数 | 1,538 |
| 現在のバージョン | 3.0.15 |
| 最終更新日 | 2023-08-28 |
| 公開日 | 2020-06-01 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://pocketrecruiter.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.pocketrecruiter.com |
| プライバシーポリシーページのURL | https://www.pocketrecruiter.com/privacypolicy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pocket Recruiter ",
"version": "3.0.15",
"manifest_version": 3,
"description": "Pocket Recruiter reduces the time it takes to screen, source and evaluate candidates.",
"icons": {
"16": "images\/pr.favi.icon.png",
"128": "images\/icon.128.png"
},
"default_locale": "en",
"background": {
"service_worker": "bgscripts.js"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"cookies",
"alarms"
],
"host_permissions": [
"*:\/\/*.pocketrecruiter.com\/*",
"*:\/\/*.indeed.com\/*",
"*:\/\/*.seek.com.au\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.xing.com\/*",
"*:\/\/*.naukrigulf.com\/*",
"*:\/\/*.naukri.com\/*",
"*:\/\/*.localhost\/*"
],
"web_accessible_resources": [
{
"resources": [
"temp\/*",
"scripts\/seek\/contentscripts\/seek.injected.js",
"scripts\/core\/contentscripts\/pagescript.js"
],
"matches": [
"http:\/\/*\/*"
],
"use_dynamic_url": false
}
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.pocketrecruiter.com\/*"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pocketrecruiter.com\/*",
"*:\/\/*.indeed.com\/*",
"*:\/\/*.seek.com.au\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.localhost\/*",
"*:\/\/*.xing.com\/*",
"*:\/\/*.naukrigulf.com\/*"
],
"js": [
"bower_components\/jquery\/dist\/jquery.js",
"scripts\/core\/contentscripts\/contentscript.js",
"scripts\/seek\/contentscripts\/seek.contentscript.js",
"scripts\/linkedin\/contentscripts\/linkedin.contentscript.js",
"scripts\/indeed\/contentscripts\/indeedcontentscript.js",
"scripts\/xing\/contentscripts\/xing.contentscript.js",
"scripts\/naukrigulf\/contentscripts\/naukrigulf.contentscript.js",
"scripts\/naukri-india\/contentscripts\/naukriindia.contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"action": {
"default_icon": {
"19": "images\/pr.favi.icon.png",
"38": "images\/pr.favi.icon.png"
},
"default_title": "Pocket Recruiter",
"default_popup": "popup.html"
}
} | |