Voicenter Chrome Extension
Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.
Voicenter Chrome Extensionとは何ですか?
Voicenter Chrome Extensionはhttps://www.voicenter.co.ilによって開発されたChromeの拡張機能で、その主な機能は「Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.」です。
拡張機能のスクリーンショット
Voicenter Chrome Extension拡張機能のCRXファイルをダウンロード
Voicenter Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Voicenter's business cloud communication services proud to present its extension for Chrome, to give our users a simple and powerful Click-to-Call tool and a pop-up call notification tool that works immediately with your Voicenter account, allowing you to right-click any number in the browser and select "Click2Call" in the dropdown menu, as well as displaying call information directly from your CRM, using the pop-up screen feature (requires integration with your CRM). 拡張機能の基本情報
| 名前 | |
| ID | hgkidiolliocgcfaaoohdjoheoamnmdd |
| 公式URL | https://chromewebstore.google.com/detail/voicenter-chrome-extensio/hgkidiolliocgcfaaoohdjoheoamnmdd |
| 説明 | Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required. |
| ファイルサイズ | 566 KB |
| インストール数 | 1,621 |
| 現在のバージョン | 0.1.3 |
| 最終更新日 | 2018-02-01 |
| 公開日 | 2018-02-01 |
| 評価 | 4.55/5 合計 11 レビュー |
| 開発者 | https://www.voicenter.co.il |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Voicenter Chrome Extension",
"version": "0.1.3",
"manifest_version": 2,
"description": "Voicenter's extension features Click2Call, pop-up notification and call detail records (CDR). Note: a Voicenter account is required.",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"browser_action": {
"default_title": "Voicenter",
"default_icon": "images\/48.png"
},
"background": {
"scripts": [
"js\/jquery-1.7.2.min.js",
"js\/jQuery1.8.2-ui.js",
"js\/socket.io-1.3.7.js",
"js\/VoicenterMonitor.js",
"js\/background.js",
"js\/notifications.js",
"js\/popup.js"
],
"pages": [
"html\/notification.html"
]
},
"permissions": [
"tabs",
"notifications",
"background",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "html\/options.html",
"web_accessible_resources": [
"html\/notification.html"
]
} | |