Whisbi Share a web page

Whisbi Share a web page extension for Google Chrome

What is Whisbi Share a web page?

Whisbi Share a web page is a Chrome extension developed by https://www.whisbi.com, and its main feature is "Whisbi Share a web page extension for Google Chrome".

Extension Screenshots

screenshot

Download Whisbi Share a web page Extension CRX File

Download Whisbi Share a web page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Whisbi Share a web page Whisbi Share a web page
ID abacndahndhfclcaodbdahioohfimfln
Official URL https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln
Description Whisbi Share a web page extension for Google Chrome
File Size 383 KB
Installation Count 252
Current Version 1.7
Last Updated 2021-06-15
Publish Date 2016-04-25
Developer https://www.whisbi.com
Email [email protected]
Payment Type free
Extension Website https://www.whisbi.com
Help Page URL https://www.helpcenter.whisbi.com
Privacy Policy Page URL https://www.whisbi.com/privacy-policy
Supported Languages 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": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "tabs",
        "tabs",
        "activeTab"
    ]
}