Screenjar for Chrome

Request screen recording videos with one click

Cos'è Screenjar for Chrome?

Screenjar for Chrome è un'estensione di Chrome sviluppata da https://screenjar.com, e la sua funzione principale è "Request screen recording videos with one click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Screenjar for Chrome

Scarica i file di estensione Screenjar for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Screenjar for Chrome Screenjar for Chrome
ID eannaomdbmcakllbmhhaiaekahjdhffa
URL Ufficiale https://chromewebstore.google.com/detail/screenjar-for-chrome/eannaomdbmcakllbmhhaiaekahjdhffa
Descrizione Request screen recording videos with one click
Dimensione del File 15.25 KB
Conteggio Installazioni 47
Versione Corrente 0.3.8
Ultimo Aggiornamento 2023-05-25
Data di Pubblicazione 2020-05-27
Sviluppatore https://screenjar.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://screenjar.com/
URL della Pagina di Aiuto https://screenjar.com/contact/
Lingue Supportate 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"
    }
}