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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whisbi Share a web page extension for Google Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Whisbi Share a web page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}