Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
Was ist Abacus Learnining Lab Screen Sharing?
Abacus Learnining Lab Screen Sharing ist eine Chrome-Erweiterung, die von https://www.abacusmathslearning.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to share your screen on Abacus Learning Lab website.".
Erweiterungsscreenshots
Abacus Learnining Lab Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Abacus Learnining Lab Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
Offizielle URL | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
Beschreibung | This extension allows you to share your screen on Abacus Learning Lab website. |
Dateigröße | 19.86 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.4 |
Letztes Update | 2015-08-28 |
Veröffentlichungsdatum | 2015-08-28 |
Entwickler | https://www.abacusmathslearning.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |