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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://ytel.com/ |
عنوان صفحة سياسة الخصوصية | 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" } ] } |