WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ClickLearn UXP

ClickLearn UXP

View on Chrome Web Store
View ClickLearn UXP Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

ClickLearn User Experience Panel
Type
Extension
Users
1,000 users
10
ClickLearn
View author page of ClickLearn
Published
Published on November 12, 2023
Version 3.0.0.6
Manifest version
3
Updated
Updated on November 11, 2024
productivity/education
Extension Category
View on Chrome Web Store
View ClickLearn UXP Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "ClickLearn ApS",
    "name": "ClickLearn UXP",
    "description": "ClickLearn User Experience Panel",
    "version": "3.0.0.6",
    "background": {
        "service_worker": "cl-bkg-uxp.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "cl-cs-uxp.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "cl-xhr-uxp.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "world": "MAIN"
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "cl-popup-uxp.html",
        "default_title": "ClickLearn User Experience Panel"
    },
    "icons": {
        "16": "icon.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting"
    ]
}
© 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.
Go to top