Ytel Click2Call
Ytel Cloud Contact Center - Click2Call extension for Chrome.
Ytel Click2Callとは何ですか?
Ytel Click2CallはYtel, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Ytel Cloud Contact Center - Click2Call extension for Chrome.」です。
拡張機能のスクリーンショット
Ytel Click2Call拡張機能のCRXファイルをダウンロード
Ytel Click2Call拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a click to call extension for Ytel’s Contact Center agents. This extension will allow agents to click on any phone number displayed as text in the browser, and will launch a call to that number in Contact Center. Upon clicking the number, the Contact Center Agent interface tab will be moved to the forefront and the call automatically initiated.
- Once the plugin is installed, the Settings page will open and the customer will be prompted for their Contact Center credentials.
- The extension puts a button on the browser toolbar for quick configuration, when clicked it opens the Settings page.
- When the extension is active and live, the icon will be blue. When inactive the icon will appear grey. 拡張機能の基本情報
| 名前 | |
| ID | kajkbbiepcbekfdplgcbjddlkphhmndi |
| 公式URL | https://chromewebstore.google.com/detail/ytel-click2call/kajkbbiepcbekfdplgcbjddlkphhmndi |
| 説明 | Ytel Cloud Contact Center - Click2Call extension for Chrome. |
| ファイルサイズ | 777 KB |
| インストール数 | 324 |
| 現在のバージョン | 2.0.2 |
| 最終更新日 | 2023-07-24 |
| 公開日 | 2019-03-01 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Ytel, Inc. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.ytel.com |
| ヘルプページのURL | https://ytel.com/ |
| プライバシーポリシーページのURL | https://www.ytel.com/company/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ytel Click2Call",
"version": "2.0.2",
"description": "Ytel Cloud Contact Center - Click2Call extension for Chrome.",
"icons": {
"16": "icons\/16x16.png",
"128": "icons\/128x128.png"
},
"action": {
"default_title": "Ytel Click2Call",
"default_icon": "icons\/16x16.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"assets\/lib\/jquery-2.2.4.min.js",
"content.js"
],
"css": [
"assets\/css\/content-style.css"
],
"run_at": "document_end"
}
]
} | |