24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
Co to jest 24HourAnswers whiteboard screen sharing?
24HourAnswers whiteboard screen sharing to rozszerzenie Chrome opracowane przez http://www.24houranswers.com, a jego główną funkcją jest „Enables screen sharing from the whiteboard on 24HourAnswers.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 24HourAnswers whiteboard screen sharing
Pobierz pliki rozszerzeń 24HourAnswers whiteboard 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 app enables screen sharing in the whiteboard found on 24HourAnswers.com
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
Oficjalny URL | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
Opis | Enables screen sharing from the whiteboard on 24HourAnswers.com |
Rozmiar pliku | 24.26 KB |
Liczba instalacji | 170 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2015-09-15 |
Data Publikacji | 2015-09-15 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://www.24houranswers.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.24houranswers.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "24HourAnswers whiteboard screen sharing", "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com", "version": "1.0.3", "manifest_version": 2, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ] } } |