Export FreshGrade for Parents

Help Parents to export FreshGrade!

What is Export FreshGrade for Parents?

Export FreshGrade for Parents is a Chrome extension developed by Leo Pham, and its main feature is "Help Parents to export FreshGrade!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Export FreshGrade for Parents Extension CRX File

Download Export FreshGrade for Parents extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Export FreshGrade for Parents Export FreshGrade for Parents
ID jnnboikgcgpingdpladbboenkkbddhdg
Official URL https://chromewebstore.google.com/detail/export-freshgrade-for-par/jnnboikgcgpingdpladbboenkkbddhdg
Description Help Parents to export FreshGrade!
File Size 16.21 KB
Installation Count 169
Current Version 3.9
Last Updated 2022-07-16
Publish Date 2022-06-30
Developer Leo Pham
Email [email protected]
Payment Type free
Extension Website https://drive.google.com/file/d/18a10ttp4SmHV5XgnHV3AETx6fqukh0YL/view?usp=sharing
Help Page URL https://forms.gle/699UCBEAThRHdtX97
Supported Languages 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"
    }
}