Volar Extension

This extension allows products to create a community of users and interact with them on top of the product workspace

Volar Extension là gì?

Volar Extension là một tiện ích mở rộng Chrome được phát triển bởi https://volar.team, và tính năng chính của nó là "This extension allows products to create a community of users and interact with them on top of the product workspace".

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

screenshot

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

Tải xuống các tệp mở rộng Volar Extension 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

                        This extension allows products to create a community of users and interact with them on top of the product workspace                    

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

Tên Volar Extension Volar Extension
ID bnhoabahleojonmphahepenligekpdbm
URL Chính Thức https://chromewebstore.google.com/detail/volar-extension/bnhoabahleojonmphahepenligekpdbm
Mô tả This extension allows products to create a community of users and interact with them on top of the product workspace
Kích Thước Tệp 472 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.50
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2022-10-12
Nhà Phát Triển https://volar.team
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.volar.team/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Volar",
    "description": "This extension allows products to create a community of users and interact with them on top of the product workspace",
    "name": "Volar Extension",
    "version": "1.0.50",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/Mulish-Regular.ttf",
                "\/fonts\/Mulish-Light.ttf",
                "\/images\/not-found.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main.7ef54d7b.js",
                "assets\/bridge.aaae61fb.js",
                "assets\/swrFetcher.1af7b983.js",
                "assets\/sentry.de342e39.js",
                "assets\/main.d37c3a94.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}