Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

Attendedbyhumans Screen sharingとは何ですか?

Attendedbyhumans Screen sharingはTELEPORTEL EUROPE N.Vによって開発されたChromeの拡張機能で、その主な機能は「Screensharing utility for Attendedbyhumans」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Attendedbyhumans Screen sharing拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}