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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "tabs",
        "tabs",
        "activeTab"
    ]
}