Screenjar for Chrome

Request screen recording videos with one click

Screenjar for Chrome क्या है?

Screenjar for Chrome https://screenjar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Request screen recording videos with one click"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Screenjar makes it easy to request screen recordings from customers. With this Chrome extension, you can generate unique screen recording request links to send to your customers with one click.

Customers can then use your unique link to record their screens without having to download/install anything. Once they're done recording, the video is saved for you to review and you're notified by email.

It's an ideal way to solve complex customer support issues, without having to get on a screen sharing call or have a back-and-forth email exchange.                    

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

नाम Screenjar for Chrome Screenjar for Chrome
ID eannaomdbmcakllbmhhaiaekahjdhffa
आधिकारिक URL https://chromewebstore.google.com/detail/screenjar-for-chrome/eannaomdbmcakllbmhhaiaekahjdhffa
विवरण Request screen recording videos with one click
फ़ाइल का आकार 15.25 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.3.8
अंतिम अपडेट 2023-05-25
प्रकाशन तिथि 2020-05-27
डेवलपर https://screenjar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://screenjar.com/
सहायता पृष्ठ URL https://screenjar.com/contact/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenjar for Chrome",
    "description": "Request screen recording videos with one click",
    "version": "0.3.8",
    "incognito": "split",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.screenjar.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.screenjar.com\/*"
        ]
    },
    "background": {
        "service_worker": ".\/background.js"
    }
}