Ytel Click2Call
Ytel Cloud Contact Center - Click2Call extension for Chrome.
Ytel Click2Call क्या है?
Ytel Click2Call Ytel, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ytel Cloud Contact Center - Click2Call extension for Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ytel Click2Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Ytel Click2Call |
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. |
ईमेल | [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" } ] } |