Whisbi Share a web page

Whisbi Share a web page extension for Google Chrome

Cos'è Whisbi Share a web page?

Whisbi Share a web page è un'estensione di Chrome sviluppata da https://www.whisbi.com, e la sua funzione principale è "Whisbi Share a web page extension for Google Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Whisbi Share a web page

Scarica i file di estensione Whisbi Share a web page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Whisbi Share a web page Whisbi Share a web page
ID abacndahndhfclcaodbdahioohfimfln
URL Ufficiale https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln
Descrizione Whisbi Share a web page extension for Google Chrome
Dimensione del File 383 KB
Conteggio Installazioni 252
Versione Corrente 1.7
Ultimo Aggiornamento 2021-06-15
Data di Pubblicazione 2016-04-25
Sviluppatore https://www.whisbi.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.whisbi.com
URL della Pagina di Aiuto https://www.helpcenter.whisbi.com
URL della Pagina della Politica sulla Privacy https://www.whisbi.com/privacy-policy
Lingue Supportate 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"
    ]
}