Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
Cos'è Abacus Learnining Lab Screen Sharing?
Abacus Learnining Lab Screen Sharing è un'estensione di Chrome sviluppata da https://www.abacusmathslearning.com, e la sua funzione principale è "This extension allows you to share your screen on Abacus Learning Lab website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Abacus Learnining Lab Screen Sharing
Scarica i file di estensione Abacus Learnining Lab 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 screen share extension is used only for the video class link in Abacus Learning Lab. To share your screen in the video link, you will need to install this extension to your Chrome browser.
Informazioni di Base sull'Estensione
Nome | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
URL Ufficiale | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
Descrizione | This extension allows you to share your screen on Abacus Learning Lab website. |
Dimensione del File | 19.86 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2015-08-28 |
Data di Pubblicazione | 2015-08-28 |
Sviluppatore | https://www.abacusmathslearning.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Abacus Learnining Lab Screen Sharing", "author": "Abacus Learning Lab", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen on Abacus Learning Lab website.", "homepage_url": "http:\/\/www.abacusmathslearning.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.abacusmathslearning.com\/*", "*:\/\/*.abacuslearninglab.com\/*", "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo128.png" ] } |