Brevy

Redefining remote work for product teams

Brevyとは何ですか?

Brevyはhttps://brevy.comによって開発されたChromeの拡張機能で、その主な機能は「Redefining remote work for product teams」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Brevy拡張機能のCRXファイルをダウンロード

Brevy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
        ]
    }
}