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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}