QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
Cos'è QuicklyChat Screen Sharing?
QuicklyChat Screen Sharing è un'estensione di Chrome sviluppata da http://qqquickly.chat, e la sua funzione principale è "This extension allows you to share your screen to quickly.chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuicklyChat Screen Sharing
Scarica i file di estensione QuicklyChat Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to share your screen.
Informazioni di Base sull'Estensione
Nome | |
ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
URL Ufficiale | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
Descrizione | This extension allows you to share your screen to quickly.chat |
Dimensione del File | 8.86 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2017-08-28 |
Data di Pubblicazione | 2017-08-28 |
Sviluppatore | http://qqquickly.chat |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://qqquickly.chat |
URL della Pagina di Aiuto | http://twitter.com/omnipresencehq |
Lingue Supportate | 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\/*" ] } ] } |