Brevy

Redefining remote work for product teams

Brevy là gì?

Brevy là một tiện ích mở rộng Chrome được phát triển bởi https://brevy.com, và tính năng chính của nó là "Redefining remote work for product teams".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brevy

Tải xuống các tệp mở rộng Brevy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brevy Brevy
ID dmblmlkefiogokicnciehkoninfncgfa
URL Chính Thức https://chromewebstore.google.com/detail/brevy/dmblmlkefiogokicnciehkoninfncgfa
Mô tả Redefining remote work for product teams
Kích Thước Tệp 2.86 MB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 0.1.44
Cập Nhật Lần Cuối 2022-07-18
Ngày Phát Hành 2021-06-09
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://brevy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.brevy.com
URL Trang Trợ Giúp https://brevy.com/
URL Trang Chính Sách Bảo Mật https://brevy.com/old/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}