Whisbi Share a web page
Whisbi Share a web page extension for Google Chrome
Whisbi Share a web page là gì?
Whisbi Share a web page là một tiện ích mở rộng Chrome được phát triển bởi https://www.whisbi.com, và tính năng chính của nó là "Whisbi Share a web page extension for Google Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Whisbi Share a web page
Tải xuống các tệp mở rộng Whisbi Share a web page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Whisbi Share a web page |
ID | abacndahndhfclcaodbdahioohfimfln |
URL Chính Thức | https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln |
Mô tả | Whisbi Share a web page extension for Google Chrome |
Kích Thước Tệp | 383 KB |
Số Lần Cài Đặt | 252 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2021-06-15 |
Ngày Phát Hành | 2016-04-25 |
Nhà Phát Triển | https://www.whisbi.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.whisbi.com |
URL Trang Trợ Giúp | https://www.helpcenter.whisbi.com |
URL Trang Chính Sách Bảo Mật | https://www.whisbi.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |