Volar Extension

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

Volar Extensionคืออะไร?

Volar Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://volar.team และคุณลักษณะหลักของมันคือ "This extension allows products to create a community of users and interact with them on top of the product workspace"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Volar Extension

ดาวน์โหลดไฟล์ส่วนขยาย Volar Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Volar Extension Volar Extension
ID bnhoabahleojonmphahepenligekpdbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volar-extension/bnhoabahleojonmphahepenligekpdbm
คำอธิบาย This extension allows products to create a community of users and interact with them on top of the product workspace
ขนาดไฟล์ 472 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.0.50
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2022-10-12
ผู้พัฒนา https://volar.team
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.volar.team/privacy-policy
ภาษาที่รองรับ 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"
    }
}