Screenjar for Chrome

Request screen recording videos with one click

Screenjar for Chromeとは何ですか?

Screenjar for Chromeはhttps://screenjar.comによって開発されたChromeの拡張機能で、その主な機能は「Request screen recording videos with one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Screenjar for Chrome拡張機能のCRXファイルをダウンロード

Screenjar for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}