Brevy

Redefining remote work for product teams

Brevy क्या है?

Brevy https://brevy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redefining remote work for product teams"।

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

screenshot
screenshot
screenshot

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

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

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

                        Brevy builds tools for product teams to seamlessly communicate, collaborate, and iterate on their products in one organized and consolidated place. With Brevy you can record quick screen shares or capture issues directly on your website.                    

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

नाम Brevy Brevy
ID dmblmlkefiogokicnciehkoninfncgfa
आधिकारिक URL https://chromewebstore.google.com/detail/brevy/dmblmlkefiogokicnciehkoninfncgfa
विवरण Redefining remote work for product teams
फ़ाइल का आकार 2.86 MB
स्थापना संख्या 106
वर्तमान संस्करण 0.1.44
अंतिम अपडेट 2022-07-18
प्रकाशन तिथि 2021-06-09
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर https://brevy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.brevy.com
सहायता पृष्ठ URL https://brevy.com/
गोपनीयता नीति पृष्ठ URL https://brevy.com/old/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brevy",
    "short_name": "Brevy",
    "version": "0.1.44",
    "description": "Redefining remote work for product teams",
    "permissions": [
        "desktopCapture",
        "storage",
        "cookies",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "",
        "*:\/\/localhost\/*",
        "*:\/\/*.brevy.com\/*"
    ],
    "browser_action": {
        "default_title": "Brevy"
    },
    "content_scripts": [
        {
            "js": [
                "frame.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "network-proxy.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/*.css",
        "images\/*.png",
        "fonts\/*.otf",
        "frame.css",
        "frame.html",
        "audio-processing\/*.js",
        "html\/media-devices.html",
        "media-devices.js",
        "capture-events.js",
        "capture-network-events.js",
        "network-proxy.js",
        "popup.js"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'self' 'unsafe-inline';",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.brevy.com\/*",
            "http:\/\/159.65.77.169:4000\/*",
            "http:\/\/localhost:4000\/*",
            "https:\/\/localhost:8080\/*",
            "https:\/\/localhost:8080\/",
            "*:\/\/localhost\/*"
        ]
    }
}