Whisbi Share a web page

Whisbi Share a web page extension for Google Chrome

Qu'est-ce que Whisbi Share a web page ?

Whisbi Share a web page est une extension Chrome développée par https://www.whisbi.com, et sa fonction principale est "Whisbi Share a web page extension for Google Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whisbi Share a web page

Téléchargez les fichiers d'extension Whisbi Share a web page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Whisbi Share a web page Whisbi Share a web page
ID abacndahndhfclcaodbdahioohfimfln
URL Officiel https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln
Description Whisbi Share a web page extension for Google Chrome
Taille du Fichier 383 KB
Nombre d'Installations 252
Version Actuelle 1.7
Dernière Mise à Jour 2021-06-15
Date de Publication 2016-04-25
Développeur https://www.whisbi.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.whisbi.com
URL de la Page d'Aide https://www.helpcenter.whisbi.com
URL de la Page de Politique de Confidentialité https://www.whisbi.com/privacy-policy
Langues Prises en Charge 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"
    ]
}