LearnAndEarn

We collect educational app data for Learn & Earn to improve our coaching for students.

Τι είναι το LearnAndEarn;

Το LearnAndEarn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gt.school, και η κύρια λειτουργία του είναι "We collect educational app data for Learn & Earn to improve our coaching for students.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LearnAndEarn

Λήψη αρχείων επέκτασης LearnAndEarn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Chrome 107+ is required to use this extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LearnAndEarn LearnAndEarn
ID ejblanogjchhnpkbplblcmdpgfahhpdi
Επίσημο URL https://chromewebstore.google.com/detail/learnandearn/ejblanogjchhnpkbplblcmdpgfahhpdi
Περιγραφή We collect educational app data for Learn & Earn to improve our coaching for students.
Μέγεθος Αρχείου 30.18 MB
Αριθμός Εγκαταστάσεων 788
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2023-02-09
Προγραμματιστής gt.school
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://learnandearn.school/
URL της Σελίδας Πολιτικής Απορρήτου https://gt.school/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LearnAndEarn",
    "description": "We collect educational app data for Learn & Earn to improve our coaching for students.",
    "version": "1.0.0",
    "icons": {
        "16": "\/assets\/icons\/learn-and-earn-16.png",
        "48": "\/assets\/icons\/learn-and-earn-64.png",
        "128": "\/assets\/icons\/learn-and-earn-128.png"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "background",
        "contextMenus",
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "idle",
        "tabs",
        "scripting",
        "webRequest",
        "nativeMessaging",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "index.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.ixl.com\/*",
                "https:\/\/*.readtheory.org\/*",
                "https:\/\/*.khanacademy.org\/*"
            ],
            "js": [
                "apollo-client-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.ixl.com\/*"
            ],
            "js": [
                "learning-input-validation-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*",
                "https:\/\/*.ixl.com\/*"
            ],
            "js": [
                "third-party-app-credentials-popup-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset 1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.jpeg",
                "*.js",
                "*.js.map",
                "*.json",
                "*.mp4",
                "*.png",
                "*.svg",
                "*.ttf",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}