Whisbi Share a web page
Whisbi Share a web page extension for Google Chrome
Co je Whisbi Share a web page?
Whisbi Share a web page je rozšíření Chrome vyvinuté https://www.whisbi.com, a jeho hlavní funkcí je „Whisbi Share a web page extension for Google Chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Whisbi Share a web page
Stáhněte si soubory rozšíření Whisbi Share a web page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | abacndahndhfclcaodbdahioohfimfln |
| Oficiální URL | https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln |
| Popis | Whisbi Share a web page extension for Google Chrome |
| Velikost souboru | 383 KB |
| Počet instalací | 252 |
| Aktuální Verze | 1.7 |
| Poslední Aktualizace | 2021-06-15 |
| Datum Vydání | 2016-04-25 |
| Vývojář | https://www.whisbi.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.whisbi.com |
| URL Stránky Nápovědy | https://www.helpcenter.whisbi.com |
| URL Stránky Zásad Ochrany Soukromí | https://www.whisbi.com/privacy-policy |
| Podporované Jazyky | 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": [
" | |