Commented | Collaboration enabled!

Seamlessly comment and chat on your digital products

Commented | Collaboration enabled! क्या है?

Commented | Collaboration enabled! https://commented.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly comment and chat on your digital products"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Commented | Collaboration enabled! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Commented | Collaboration enabled! Commented | Collaboration enabled!
ID kbggdmdnambfcjccjnoofkgleebkflao
आधिकारिक URL https://chromewebstore.google.com/detail/commented-collaboration-e/kbggdmdnambfcjccjnoofkgleebkflao
विवरण Seamlessly comment and chat on your digital products
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 297
वर्तमान संस्करण 0.4.3
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2023-08-28
रेटिंग 5.00/5 कुल 13 रेटिंग्स
डेवलपर https://commented.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://commented.io
सहायता पृष्ठ URL https://commented.io
गोपनीयता नीति पृष्ठ URL https://www.commented.io/terms-conditions
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}