Vidthere Screen Capturing

Vidthere Screen Capturing

Vidthere Screen Capturing क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        This is a screen sharing app for the Vidthere video meetings platform.                    

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

नाम Vidthere Screen Capturing Vidthere Screen Capturing
ID gkfhieomjkcmeaaimpojkcomcbgjggep
आधिकारिक URL https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep
विवरण Vidthere Screen Capturing
फ़ाइल का आकार 46.9 KB
स्थापना संख्या 471
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-02-04
प्रकाशन तिथि 2020-06-30
रेटिंग 3.89/5 कुल 9 रेटिंग्स
डेवलपर https://vidthere.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vidthere.com
सहायता पृष्ठ URL https://support.saasuma.com
गोपनीयता नीति पृष्ठ URL https://vidthere.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "Vidthere",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/vidthere.com\/*",
                "*:\/\/*.vidthere.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Vidthere Screen Capturing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vidthere Screen Capturing",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "icon16.png",
        "icon48.png",
        "icon128.png"
    ]
}