WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Collaborate.to

Collaborate.to

View on Chrome Web Store
View Collaborate.to Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

A robust bug tracking and visual feedback tool for your website. Collect, organize and act on your feedback without any effort
Type
Extension
Users
6 users
1
Website collaborate.to
JDify
View author page of JDify
Published
Published on June 29, 2023
Version 0.0.1
Manifest version
3
Updated
Updated on June 29, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Collaborate.to 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": "Collaborate.to",
    "icons": {
        "16": "icons\/collaborate-16x16.png",
        "32": "icons\/collaborate-32x32.png",
        "48": "icons\/collaborate-48x48.png",
        "128": "icons\/collaborate-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Collaborate.to",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/collaborate.to\/",
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*",
                "icons\/*",
                "frontend\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "common.css",
                "cto_annotation.css",
                "annot.css"
            ],
            "js": [
                "cto_contentScript.js",
                "cto_annotation.js",
                "cto_annotationTools.js",
                "cto_shortcut.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "0.0.1",
    "description": "A robust bug tracking and visual feedback tool for your website. Collect, organize and act on your feedback without any effort"
}
© 2026 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