UAB Screen Caster

Capture screens for UAB meeting applications.

UAB Screen Casterคืออะไร?

UAB Screen Caster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivme Tech และคุณลักษณะหลักของมันคือ "Capture screens for UAB meeting applications."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UAB Screen Caster

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

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

                        This extension is used by Ivme Tech meeting applications to share meeting participants' screens.                    

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

ชื่อ UAB Screen Caster UAB Screen Caster
ID eneifkmebccnmlbepgfgljoheojcnboa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uab-screen-caster/eneifkmebccnmlbepgfgljoheojcnboa
คำอธิบาย Capture screens for UAB meeting applications.
ขนาดไฟล์ 21.26 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2019-03-11
วันที่เผยแพร่ 2019-03-11
ผู้พัฒนา Ivme Tech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UAB Screen Caster",
    "short_name": "Ivme Tech UAB",
    "author": "Ivme Tech",
    "version": "1.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture screens for UAB meeting applications.",
    "homepage_url": "https:\/\/www.ivmetech.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/konferans.uab.gov.tr\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon16.png"
    ]
}