Screenjar for Chrome

Request screen recording videos with one click

Screenjar for Chromeคืออะไร?

Screenjar for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://screenjar.com และคุณลักษณะหลักของมันคือ "Request screen recording videos with one click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenjar for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}