e-class.live Helper Plugin

e-class.live Desktop capturing extension

e-class.live Helper Pluginคืออะไร?

e-class.live Helper Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://e-class.live และคุณลักษณะหลักของมันคือ "e-class.live Desktop capturing extension"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย e-class.live Helper Plugin

ดาวน์โหลดไฟล์ส่วนขยาย e-class.live Helper Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is a helper extension for Electromeet website, it is needed for normal functioning of web applications at https://e-class.live/                    

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

ชื่อ e-class.live Helper Plugin e-class.live Helper Plugin
ID iddoeekjnenplhpimdfdkiageicmiiie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/e-classlive-helper-plugin/iddoeekjnenplhpimdfdkiageicmiiie
คำอธิบาย e-class.live Desktop capturing extension
ขนาดไฟล์ 17.77 KB
จำนวนการติดตั้ง 208
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-04-29
วันที่เผยแพร่ 2017-02-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://e-class.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://e-class.live
URL หน้าช่วยเหลือ https://e-class.live
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Emil Langazov",
    "background": {
        "persistent": true,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/e-class.live\/*",
                "*:\/\/*.e-class.live\/*"
            ]
        }
    ],
    "description": "e-class.live Desktop capturing extension",
    "homepage_url": "https:\/\/e-class.live",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtkEqL5dYg\/m4n8fWY\/IVarppnVWpov0UZO0Pk1J\/8dBIQzmxPmnHTbN4ZmMv+48+\/qT2I3ZkJPi16rYOt0C7PNNadIrmSSZdaqHh5RsCL94YRP+mNmO6JAD61NthHYH4VBctUYDxb28u4RTQzXM9\/r+G0OVKNCgI6omx+QhydN1Nf34NVQSe9grzuxlkzwpa2WtQ3MvLQ3f6H6saYIeE7ziJBHIFbNOjUAD2o0QkNQ2GgTcwHwI\/M6oygFy602lA5BH2dcPBEYRZoXc5JGQcEtVOO57X9k8Au8FRqjijvcwoGmG90vXPAYgO2BUsAYopZHTmTjUKoDhI1DhRtSLl1wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "e-class.live Helper Plugin",
    "permissions": [
        "desktopCapture",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.8",
    "web_accessible_resources": [
        "icon.png"
    ]
}