WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Wonde

Wonde

View on Chrome Web Store
4.0 (3 ratings)
13 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Wonde makes logging into applications at school a breeze!
Type
Extension
Users
50,000 users
10K
Website wonde.com
Philip Clifton
Published
Version 3.0.1
Manifest version
3
Updated
productivity/workflow
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wonde",
    "version": "3.0.1",
    "description": "Wonde makes logging into applications at school a breeze!",
    "manifest_version": 3,
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "wonde.svg",
                "waving-hand.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/127.0.0.1:3000\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                ".\/lib\/Cookie.js",
                ".\/lib\/Element.js",
                ".\/lib\/Captcha.js",
                ".\/lib\/V1.js",
                ".\/lib\/V2.js",
                "content.js"
            ],
            "css": [
                "wonde.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/password-retrieval.wonde.com\/prod\/pass",
        "https:\/\/edu.wonde.com\/*",
        "https:\/\/app.mylogin.com\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.