PCRecruiter Google Voice Plugin
This extension allows access to Google Voice using PCRecruiter.
PCRecruiter Google Voice Pluginとは何ですか?
PCRecruiter Google Voice PluginはPCRecruiterによって開発されたChromeの拡張機能で、その主な機能は「This extension allows access to Google Voice using PCRecruiter.」です。
拡張機能のスクリーンショット
PCRecruiter Google Voice Plugin拡張機能のCRXファイルをダウンロード
PCRecruiter Google Voice Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser! 拡張機能の基本情報
| 名前 | |
| ID | jbnipflpcmcdjnakjipfbcikigcdbhpe |
| 公式URL | https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe |
| 説明 | This extension allows access to Google Voice using PCRecruiter. |
| ファイルサイズ | 219 KB |
| インストール数 | 232 |
| 現在のバージョン | 1.0.10 |
| 最終更新日 | 2022-10-08 |
| 公開日 | 2019-09-06 |
| 評価 | 4.50/5 合計 4 レビュー |
| 開発者 | PCRecruiter |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.pcrecruiter.net/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PCRecruiter Google Voice Plugin",
"description": "This extension allows access to Google Voice using PCRecruiter.",
"version": "1.0.10",
"icons": {
"128": "phone.png"
},
"options_page": "options.html",
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/*.google.com\/",
"https:\/\/content.googleapis.com\/",
"notifications"
],
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "phone.png",
"24": "phone.png",
"32": "phone.png"
},
"default_title": "PCR_Google_Voice",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.pcrecruiter.net\/*",
"https:\/\/voice.google.com\/*"
],
"css": [
"extension.css"
],
"js": [
"jquery-3.2.1.min.js",
"voicex.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
} | |