Commented | Collaboration enabled!

Seamlessly comment and chat on your digital products

Was ist Commented | Collaboration enabled!?

Commented | Collaboration enabled! ist eine Chrome-Erweiterung, die von https://commented.io entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly comment and chat on your digital products".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Commented | Collaboration enabled!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Commented | Collaboration enabled!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Commented is a great tool that brings feedback and collaboration under your control at all times, whether you’re working with a team or with a client. 

The features and tools we present to empower your workspace and projects are leaving and commenting instantly, tagging people in a seamless manner, receiving notifications on the go and in real-time, filtering and sorting comments to boost collaboration, creating multiple workspaces and projects for your desire, using our annotation tool to elevate your commutation means, AI precision driven content and suggestions, and more. 

Commented not only works excellently with Chrome, but also works its magic by working fully integrated with tools, such as Figma, Slack, and Linear. Install now to see what Commented can do for you and share it with anybody to enjoy collaboration and feedback at its finest level.                    

Grundlegende Informationen zur Erweiterung

Name Commented | Collaboration enabled! Commented | Collaboration enabled!
ID kbggdmdnambfcjccjnoofkgleebkflao
Offizielle URL https://chromewebstore.google.com/detail/commented-collaboration-e/kbggdmdnambfcjccjnoofkgleebkflao
Beschreibung Seamlessly comment and chat on your digital products
Dateigröße 1.34 MB
Installationsanzahl 297
Aktuelle Version 0.4.3
Letztes Update 2024-02-13
Veröffentlichungsdatum 2023-08-28
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler https://commented.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://commented.io
Hilfeseite URL https://commented.io
URL der Datenschutzrichtlinien-Seite https://www.commented.io/terms-conditions
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commented | Collaboration enabled!",
    "description": "Seamlessly comment and chat on your digital products",
    "version": "0.4.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Commented.io"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.auth0.com\/u\/*"
            ],
            "js": [
                ".\/static\/js\/content.js",
                "webcomponents-bundle.js",
                "latest.js",
                ".\/static\/js\/additional.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.commented.io\/*"
            ]
        }
    ]
}