24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
Cos'è 24HourAnswers whiteboard screen sharing?
24HourAnswers whiteboard screen sharing è un'estensione di Chrome sviluppata da http://www.24houranswers.com, e la sua funzione principale è "Enables screen sharing from the whiteboard on 24HourAnswers.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 24HourAnswers whiteboard screen sharing
Scarica i file di estensione 24HourAnswers whiteboard 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 app enables screen sharing in the whiteboard found on 24HourAnswers.com
Informazioni di Base sull'Estensione
Nome | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
URL Ufficiale | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
Descrizione | Enables screen sharing from the whiteboard on 24HourAnswers.com |
Dimensione del File | 24.26 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2015-09-15 |
Data di Pubblicazione | 2015-09-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.24houranswers.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.24houranswers.com/ |
Lingue Supportate | 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\/*" ] } } |