Hubgets Screen Share

Hubgets Screen share extension

Hubgets Screen Share क्या है?

Hubgets Screen Share https://hubgets.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hubgets Screen share extension"।

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

screenshot

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

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

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

                        Enables screen sharing features in Hubgets. You will be able to share your screen with your team and other parties.

Hubgets is a communication and collaboration app that makes your business more productive. Free up to 20 team members.                    

एक्सटेंशन की मूल जानकारी

नाम Hubgets Screen Share Hubgets Screen Share
ID afbegohpenghgnldhimopeoemdapmiio
आधिकारिक URL https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio
विवरण Hubgets Screen share extension
फ़ाइल का आकार 13.76 KB
स्थापना संख्या 84
वर्तमान संस्करण 0.0.1.3
अंतिम अपडेट 2017-01-26
प्रकाशन तिथि 2017-01-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://hubgets.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hubgets.com
गोपनीयता नीति पृष्ठ URL https://www.hubgets.com/company/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hubgets Screen Share",
    "author": "Hubgets",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Hubgets Screen share extension",
    "homepage_url": "https:\/\/hubgets.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "48": "icons\/pa_icon_48.png",
            "96": "icons\/[email protected]",
            "128": "icons\/pa_icon_128.png",
            "256": "icons\/[email protected]"
        }
    },
    "icons": {
        "16": "icons\/favicon_16x16.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/[email protected]",
        "128": "icons\/icon_128.png",
        "256": "icons\/[email protected]"
    },
    "permissions": [
        "https:\/\/*\/*",
        "desktopCapture",
        "tabs"
    ]
}