QuicklyChat Screen Sharing

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

Vad är QuicklyChat Screen Sharing?

QuicklyChat Screen Sharing är en Chrome-tillägg utvecklad av http://qqquickly.chat, och dess huvudfunktion är "This extension allows you to share your screen to quickly.chat".

Tilläggsskärmbilder

screenshot

Ladda ner QuicklyChat Screen Sharing-förlängningens CRX-fil

Ladda ner QuicklyChat Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension allows you to share your screen.                    

Grundläggande Information om Tillägg

Namn QuicklyChat Screen Sharing QuicklyChat Screen Sharing
ID dkmjjdaadpoolcnbcbomoiipifbghlke
Officiell webbadress https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke
Beskrivning This extension allows you to share your screen to quickly.chat
Filstorlek 8.86 KB
Antal Installationer 30
Aktuell Version 2.0.1
Senast Uppdaterad 2017-08-28
Publiceringsdatum 2017-08-28
Utvecklare http://qqquickly.chat
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://qqquickly.chat
Hjälpsida URL http://twitter.com/omnipresencehq
Stödda Språk 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\/*"
            ]
        }
    ]
}