Whisbi Share a web page
Whisbi Share a web page extension for Google Chrome
ما هو Whisbi Share a web page؟
Whisbi Share a web page هو إضافة Chrome تم تطويرها بواسطة https://www.whisbi.com، والميزة الرئيسية لها هي "Whisbi Share a web page extension for Google Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Whisbi Share a web page
قم بتنزيل ملفات الامتداد Whisbi Share a web page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
We provide agents with easy-to-use sales tools to qualify leads and convert those leads into customers. The video-sharing tools in the Agent Desktop instantly create memorable experiences for your customers and is proven to increase the likelihood of a purchase. The extension will allow the agent to share a webpage with users that are in a session using Whisbi.
معلومات أساسية عن التمديد
الاسم | Whisbi Share a web page |
ID | abacndahndhfclcaodbdahioohfimfln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln |
الوصف | Whisbi Share a web page extension for Google Chrome |
حجم الملف | 383 KB |
عدد التثبيتات | 252 |
النسخة الحالية | 1.7 |
آخر تحديث | 2021-06-15 |
تاريخ النشر | 2016-04-25 |
المطور | https://www.whisbi.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.whisbi.com |
عنوان صفحة المساعدة | https://www.helpcenter.whisbi.com |
عنوان صفحة سياسة الخصوصية | https://www.whisbi.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whisbi Share a web page", "version": "1.7", "manifest_version": 2, "description": "Whisbi Share a web page extension for Google Chrome", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "js\/lib\/angular.min.js", "js\/app\/components\/background.js", "js\/app\/components\/backgroundFactory.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/whisbi.png", "default_popup": "popup.html", "default_title": "Whisbi" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-1.8.2.min.js", "js\/app\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.whisbi.com\/*" ] }, "minimum_chrome_version": "18", "permissions": [ " |