LearnAndEarn

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

LearnAndEarn क्या है?

LearnAndEarn gt.school द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We collect educational app data for Learn & Earn to improve our coaching for students."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LearnAndEarn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}