WebExtension.net
Toggle dark mode
WebExtension.net

Adobe Workfront review tool

View on Chrome Web Store
View Adobe Workfront review tool Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
16 views
This extension has been viewed 16 times

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

Add comments and annotate interactive proofs—all without having to download a desktop application.
Type
Extension
Users
1,000 users
34
Adobe Inc.
View author page of Adobe Inc.
Published
Published on August 5, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on February 19, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Adobe Workfront review tool 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,
    "name": "Adobe Workfront review tool",
    "description": "Add comments and annotate interactive proofs\u2014all without having to download a desktop application.",
    "version": "1.1.0",
    "icons": {
        "128": "icon\/128-active.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "action": {
        "default_icon": {
            "128": "icon\/128-inactive.png"
        },
        "default_title": "Adobe Workfront review tool"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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