QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
Co to jest QuicklyChat Screen Sharing?
QuicklyChat Screen Sharing to rozszerzenie Chrome opracowane przez http://qqquickly.chat, a jego główną funkcją jest „This extension allows you to share your screen to quickly.chat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QuicklyChat Screen Sharing
Pobierz pliki rozszerzeń QuicklyChat Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to share your screen.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
Oficjalny URL | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
Opis | This extension allows you to share your screen to quickly.chat |
Rozmiar pliku | 8.86 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2017-08-28 |
Data Publikacji | 2017-08-28 |
Deweloper | http://qqquickly.chat |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://qqquickly.chat |
Adres URL Strony Pomocy | http://twitter.com/omnipresencehq |
Obsługiwane Języki | 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\/*" ] } ] } |