Attend Zoom Classes
Click one button to automatically open up your next upcoming Zoom class!
Vad är Attend Zoom Classes?
Attend Zoom Classes är en Chrome-tillägg utvecklad av attendzoomclasses, och dess huvudfunktion är "Click one button to automatically open up your next upcoming Zoom class!".
Tilläggsskärmbilder
Ladda ner Attend Zoom Classes-förlängningens CRX-fil
Ladda ner Attend Zoom Classes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click one button to automatically open up your next upcoming Zoom class!
Grundläggande Information om Tillägg
Namn | Attend Zoom Classes |
ID | cepapmdlomgmjamfogcmnmbhppingmlg |
Officiell webbadress | https://chrome.google.com/webstore/detail/cepapmdlomgmjamfogcmnmbhppingmlg |
Beskrivning | Click one button to automatically open up your next upcoming Zoom class! |
Filstorlek | 22.01 KB |
Antal Installationer | 203 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2021-01-10 |
Publiceringsdatum | 2021-01-04 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | attendzoomclasses |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attend Zoom Classes", "version": "3.0", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Attend Class" } } |