Insellerate Click2Call
Insellerate/Ytel Contact Center - Click2Call extension for Chrome.
什麼是Insellerate Click2Call?
Insellerate Click2Call是由Ytel, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Insellerate/Ytel Contact Center - Click2Call extension for Chrome.”。
擴展截圖
下載Insellerate Click2Call擴展crx文件
下載Insellerate Click2Call擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a click to call extension for the Insellerate version of Ytel’s Cloud 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 X5. Upon clicking the number, the 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 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.
擴展基本資訊
名稱 | Insellerate Click2Call |
ID | fdokpfekfffnjjhpmidmjpbkiinapddc |
官方網址 | https://chromewebstore.google.com/detail/insellerate-click2call/fdokpfekfffnjjhpmidmjpbkiinapddc |
簡介 | Insellerate/Ytel Contact Center - Click2Call extension for Chrome. |
檔案大小 | 213 KB |
安裝次數 | 21 |
目前版本 | 2.0.1 |
更新時間 | 2021-02-10 |
上架時間 | 2021-02-10 |
開發者 | Ytel, Inc. |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.ytel.com/company/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "offline_enabled": true, "version": "2.0.1", "name": "Insellerate Click2Call", "description": "Insellerate\/Ytel Contact Center - Click2Call extension for Chrome.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "browser_action": { "default_title": "Insellerate Click2Call", "default_icon": "icon16.png", "default_popup": "options.html" }, "options_page": "options.html", "background": { "scripts": [ "jquery.js", "cryptojs-hmac-sha1.js", ".\/cryptoJS\/components\/enc-base64-min.js", "background.js" ] }, "content_scripts": [ { "js": [ "mutation-summary.js", "jquery.js", "cryptojs-hmac-sha1.js", ".\/cryptoJS\/components\/enc-base64-min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/www.google-analytics.com", "permissions": [ " |