Commented | Collaboration enabled!

Seamlessly comment and chat on your digital products

Qu'est-ce que Commented | Collaboration enabled! ?

Commented | Collaboration enabled! est une extension Chrome développée par https://commented.io, et sa fonction principale est "Seamlessly comment and chat on your digital products".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Commented | Collaboration enabled!

Téléchargez les fichiers d'extension Commented | Collaboration enabled! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Commented | Collaboration enabled! Commented | Collaboration enabled!
ID kbggdmdnambfcjccjnoofkgleebkflao
URL Officiel https://chromewebstore.google.com/detail/commented-collaboration-e/kbggdmdnambfcjccjnoofkgleebkflao
Description Seamlessly comment and chat on your digital products
Taille du Fichier 1.34 MB
Nombre d'Installations 297
Version Actuelle 0.4.3
Dernière Mise à Jour 2024-02-13
Date de Publication 2023-08-28
Évaluation 5.00/5 Total 13 Évaluations
Développeur https://commented.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://commented.io
URL de la Page d'Aide https://commented.io
URL de la Page de Politique de Confidentialité https://www.commented.io/terms-conditions
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}