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은(는) https://volar.team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows products to create a community of users and interact with them on top of the product workspace"입니다.

확장 프로그램 스크린샷

screenshot

Volar Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}