Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

Attendedbyhumans Screen sharingคืออะไร?

Attendedbyhumans Screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TELEPORTEL EUROPE N.V และคุณลักษณะหลักของมันคือ "Screensharing utility for Attendedbyhumans"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.                    

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

ชื่อ Attendedbyhumans Screen sharing Attendedbyhumans Screen sharing
ID hkndidoemjacpfbaajpanoopddldlhaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj
คำอธิบาย Screensharing utility for Attendedbyhumans
ขนาดไฟล์ 15.71 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2017-12-15
วันที่เผยแพร่ 2017-12-14
ผู้พัฒนา TELEPORTEL EUROPE N.V
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.teleportel.com/user-agreement
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendedbyhumans Screen sharing",
    "author": "Shamun Toha",
    "description": "Screensharing utility for Attendedbyhumans",
    "homepage_url": "https:\/\/www.attendedbyhumans.com\/",
    "version": "4.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.attendedbyhumans.com\/*",
                "*:\/\/*.teleportel.com\/*",
                "*:\/\/*.telepresencetech.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}