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.
扩展基本信息
名称 | 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 |
帮助页面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": [ " |