WebConnect Screenshare Extension

WebConnect Screenshare Extension

WebConnect Screenshare Extensionคืออะไร?

WebConnect Screenshare Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://connect.syntela.com และคุณลักษณะหลักของมันคือ "WebConnect Screenshare Extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebConnect Screenshare Extension

ดาวน์โหลดไฟล์ส่วนขยาย WebConnect Screenshare Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Share your screen with Screenshare for Syntela WebConnect                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebConnect Screenshare Extension WebConnect Screenshare Extension
ID jccnghfeobcbfenibcgfkcadhdnchegp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webconnect-screenshare-ex/jccnghfeobcbfenibcgfkcadhdnchegp
คำอธิบาย WebConnect Screenshare Extension
ขนาดไฟล์ 31.69 KB
จำนวนการติดตั้ง 1,396
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2019-07-15
วันที่เผยแพร่ 2019-07-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://connect.syntela.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "author": "processo",
    "manifest_version": 2,
    "minimum_chrome_version": "53",
    "background": {
        "scripts": [
            "js\/background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/connect.syntela.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/connect.syntela.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon22.png",
        "default_title": "WebConnect Screenshare Extension"
    },
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "system.cpu",
        "activeTab",
        "tabs",
        "desktopCapture",
        "*:\/\/connect.syntela.com\/*"
    ],
    "web_accessible_resources": [
        "images\/icon32.png",
        "js\/content-script.js",
        "js\/background-script.js"
    ]
}