Cage for Chrome

Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to…

Cage for Chrome क्या है?

Cage for Chrome Cage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Make the feedback process a breeze with Cage for Google Chrome. 

★ Contextual Feedback
Use a variety of annotation tools to highlight and mark up files to provide extra clarity, without any of the extra work. Plus, you can directly mention people on your team, convey tone using emojis and opt to make comments private or public to ensure the right people are involved.

★ Seamlessly Add to Projects
Capture and add screenshots directly to any project in Cage for fast collaboration.

★ Teams Love Cage
"When it comes to technology, I live by the three C's: making tech convenient, connecting and conversational. Cage checks all three boxes. It's a no-brainer, seriously." - Dre Barnes, UP Entertainment

★ Dark and Light Modes
Customize your experience and pick from our dark and light modes.

★ Try For Free
If you want to supercharge your productivity, sign up for Cage today. Collaborate with your team directly on the work, plan and move projects forward, and deliver work that’s sure to impress, on time, every time. Grab a free account at: 

cageapp.com/signup                    

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

नाम Cage for Chrome Cage for Chrome
ID iemggochldchnbnleimibcbfoidmgpph
आधिकारिक URL https://chromewebstore.google.com/detail/cage-for-chrome/iemggochldchnbnleimibcbfoidmgpph
विवरण Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to…
फ़ाइल का आकार 532 KB
स्थापना संख्या 251
वर्तमान संस्करण 0.0.8 beta.1
अंतिम अपडेट 2021-09-15
प्रकाशन तिथि 2018-12-12
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Cage
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cageapp.com
सहायता पृष्ठ URL https://help.cageapp.com
गोपनीयता नीति पृष्ठ URL https://cageapp.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cage for Chrome",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "notifications",
        "storage",
        "scripting",
        "tabs",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cageapp.com\/*"
        ]
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "0.0.8.1",
    "version_name": "0.0.8 beta.1"
}