WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Perceptive Content LearnMode

Perceptive Content LearnMode

View on Chrome Web Store
View Perceptive Content LearnMode Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 new 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.

Perceptive Content LearnMode enables application plan linking from Project Titan and Perceptive Content Management Console
Type
Extension
Users
1,000 users
1K
Hyland Software, Inc.
View author page of Hyland Software, Inc.
Published
Published on February 17, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on March 6, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Perceptive Content LearnMode 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",
    "name": "Perceptive Content LearnMode",
    "description": "Perceptive Content LearnMode enables application plan linking from Project Titan and Perceptive Content Management Console",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/perceptive_logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "host-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "nativeMessaging",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}
© 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