Ytel Click2Call
Ytel Cloud Contact Center - Click2Call extension for Chrome.
Τι είναι το Ytel Click2Call;
Το Ytel Click2Call είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ytel, Inc., και η κύρια λειτουργία του είναι "Ytel Cloud Contact Center - Click2Call extension for Chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ytel Click2Call
Λήψη αρχείων επέκτασης 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. |
| Ηλεκτρονικό ταχυδρομείο | [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"
}
]
} | |