Export FreshGrade for Parents
Help Parents to export FreshGrade!
Cos'è Export FreshGrade for Parents?
Export FreshGrade for Parents è un'estensione di Chrome sviluppata da Leo Pham, e la sua funzione principale è "Help Parents to export FreshGrade!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export FreshGrade for Parents
Scarica i file di estensione Export FreshGrade for Parents 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
Due to the shutdown of FreshGrade classic at the end of August 2022, parents need to export and download images, pictures, and teachers' comments from FreshGrade to their computers/laptops. This extension is to help them do so.
Informazioni di Base sull'Estensione
Nome | Export FreshGrade for Parents |
ID | jnnboikgcgpingdpladbboenkkbddhdg |
URL Ufficiale | https://chromewebstore.google.com/detail/export-freshgrade-for-par/jnnboikgcgpingdpladbboenkkbddhdg |
Descrizione | Help Parents to export FreshGrade! |
Dimensione del File | 16.21 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 3.9 |
Ultimo Aggiornamento | 2022-07-16 |
Data di Pubblicazione | 2022-06-30 |
Sviluppatore | Leo Pham |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://drive.google.com/file/d/18a10ttp4SmHV5XgnHV3AETx6fqukh0YL/view?usp=sharing |
URL della Pagina di Aiuto | https://forms.gle/699UCBEAThRHdtX97 |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export FreshGrade for Parents", "description": "Help Parents to export FreshGrade!", "version": "3.9", "manifest_version": 3, "permissions": [ "activeTab", "background", "downloads", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } }, "icons": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } } |