Guide Chrome Extension
Supercharge your candidate communications
Guide Chrome Extensionとは何ですか?
Guide Chrome Extensionはhttps://guide.coによって開発されたChromeの拡張機能で、その主な機能は「Supercharge your candidate communications」です。
拡張機能のスクリーンショット
Guide Chrome Extension拡張機能のCRXファイルをダウンロード
Guide Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Guide Chrome extension allows recruiting teams to communicate with candidates more effectively and efficiently, right inside of Greenhouse.
With the Guide Chrome extension installed, every message sent to a candidate automatically includes their personalized, branded candidate portal.
And with a unified inbox and real-time engagement metrics, recruiters and coordinators are more productive and nothing slips through the cracks.
Why do talent teams love Guide? Less unwanted drop-off, faster time-to-hire, and higher candidate satisfaction (regardless of the hiring decision). 拡張機能の基本情報
| 名前 | |
| ID | hpdfplaccgajokgmocbcpiicbkkjione |
| 公式URL | https://chromewebstore.google.com/detail/guide-chrome-extension/hpdfplaccgajokgmocbcpiicbkkjione |
| 説明 | Supercharge your candidate communications |
| ファイルサイズ | 1.7 MB |
| インストール数 | 553 |
| 現在のバージョン | 2.3.22 |
| 最終更新日 | 2024-01-29 |
| 公開日 | 2023-04-26 |
| 評価 | 5.00/5 合計 10 レビュー |
| 開発者 | https://guide.co |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://guide.co |
| ヘルプページのURL | https://guide.co/contact |
| プライバシーポリシーページのURL | https://guide.co/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Guide Chrome Extension",
"version": "2.3.22",
"description": "Supercharge your candidate communications",
"icons": {
"128": "guide-extension-icon--128w.png",
"48": "guide-extension-icon--48w.png",
"38": "guide-extension-icon--38w.png",
"16": "guide-extension-icon--16w.png"
},
"browser_action": [],
"homepage_url": "https:\/\/app.guide.co\/",
"web_accessible_resources": [
"web-accessible-content\/proxy.html",
"web-accessible-content\/proxy.js",
"web-accessible-content\/logomark--color.svg",
"web-accessible-content\/logo-horizontal.svg",
"web-accessible-content\/intro-tour-hero-image.png",
"web-accessible-content\/intro-tour\/tour-image1.png",
"web-accessible-content\/intro-tour\/tour-image2.png",
"web-accessible-content\/intro-tour\/tour-image3.png",
"web-accessible-content\/intro-tour\/complete.png",
"web-accessible-content\/hiring-decisions-tour\/tour-image-1.png"
],
"permissions": [
"background"
],
"content_scripts": [
{
"js": [
"contentscript.js"
],
"matches": [
"https:\/\/*.greenhouse.io\/*",
"https:\/\/*.lever.co\/*",
"https:\/\/*.goodtime.io\/*"
],
"run_at": "document_idle"
}
],
"externally_connectable": {
"ids": [
"bhlhgcflccnmfobocjmfcogeboppchdj"
],
"matches": [
"https:\/\/localhost:3002\/*",
"https:\/\/app.guide.co\/*"
]
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src https:\/\/*.guide.co 'self'; object-src 'self'"
} | |