Whisbi Share a web page
Whisbi Share a web page extension for Google Chrome
什麼是Whisbi Share a web page?
Whisbi Share a web page是由https://www.whisbi.com開發的Chrome擴展程式,該擴展的主要功能是“Whisbi Share a web page extension for Google Chrome”。
擴展截圖
下載Whisbi Share a web page擴展crx文件
下載Whisbi Share a web page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | abacndahndhfclcaodbdahioohfimfln |
| 官方網址 | 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 |
| 說明頁面URL | https://www.helpcenter.whisbi.com |
| 隱私政策頁面URL | 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": [
" | |