Sippy Click for Yealink
Click and select phone numbers to call them.
ما هو Sippy Click for Yealink؟
Sippy Click for Yealink هو إضافة Chrome تم تطويرها بواسطة Sippy، والميزة الرئيسية لها هي "Click and select phone numbers to call them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sippy Click for Yealink
قم بتنزيل ملفات الامتداد Sippy Click for Yealink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base.
معلومات أساسية عن التمديد
الاسم | Sippy Click for Yealink |
ID | didkodinlohkepjjikmngocilomdkngi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi |
الوصف | Click and select phone numbers to call them. |
حجم الملف | 382 KB |
عدد التثبيتات | 69 |
النسخة الحالية | 0.6.0 |
آخر تحديث | 2022-04-08 |
تاريخ النشر | 2021-12-08 |
المطور | Sippy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sippy.cloud |
عنوان صفحة المساعدة | https://github.com/optimise-group/click-for-yealink |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sippy Click for Yealink", "version": "0.6.0", "description": "Click and select phone numbers to call them.", "homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink", "manifest_version": 2, "icons": { "16": "\/icons\/sippy16x16.png", "32": "\/icons\/sippy32x32.png", "48": "\/icons\/sippy48x48.png", "128": "\/icons\/sippy128x128.png" }, "permissions": [ "contextMenus", "storage" ], "options_ui": { "chrome_style": false, "open_in_tab": true, "page": "\/settings\/options.html" }, "background": { "persistent": false, "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |