WebExtension.net
WebExtension.net

ClassLink OneClick Extension

View on Chrome Web Store
View ClassLink OneClick Extension Chrome Extension on Chrome Web Store
1.8 (492 ratings)

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

ClassLink OneClick Extension
Type
Extension
Users
17,000,000 users
ClassLink
View author page of ClassLink
Published
Published on May 15, 2014
Version 12.3
Manifest version
3
Updated
Updated on August 25, 2024
View on Chrome Web Store
View ClassLink OneClick Extension Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClassLink OneClick Extension",
    "description": "ClassLink OneClick Extension",
    "version": "12.3",
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "ClassLink OneClick Extension"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "webNavigation",
        "storage",
        "idle"
    ],
    "host_permissions": [
        "https:\/\/*.classlink.com\/*",
        "http:\/\/*.classlink.com\/*",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "detection.js",
                "jquery-3.5.0.min.js",
                "crypto_aes.js",
                "injected.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top