QuicklyChat Screen Sharing

This extension allows you to share your screen to quickly.chat

QuicklyChat Screen Sharingとは何ですか?

QuicklyChat Screen Sharingはhttp://qqquickly.chatによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to share your screen to quickly.chat」です。

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

screenshot

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

QuicklyChat Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to share your screen.                    

拡張機能の基本情報

名前 QuicklyChat Screen Sharing QuicklyChat Screen Sharing
ID dkmjjdaadpoolcnbcbomoiipifbghlke
公式URL https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke
説明 This extension allows you to share your screen to quickly.chat
ファイルサイズ 8.86 KB
インストール数 30
現在のバージョン 2.0.1
最終更新日 2017-08-28
公開日 2017-08-28
開発者 http://qqquickly.chat
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://qqquickly.chat
ヘルプページのURL http://twitter.com/omnipresencehq
対応言語 en
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "QuicklyChat Screen Sharing",
    "short_name": "quickly.chat",
    "author": "quickly.chat",
    "version": "2.0.1",
    "description": "This extension allows you to share your screen to quickly.chat",
    "homepage_url": "https:\/\/qqquickly.chat\/",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:9009\/*"
            ]
        }
    ]
}