VOILA Link Converter

Convert commissioned links on brand sites.

VOILA Link Converter란 무엇입니까?

VOILA Link Converter은(는) https://voila.love에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert commissioned links on brand sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VOILA Link Converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generating commissioned links made easy with VOILA link converter for content creators!

🔗 Convert commissioned links on brand sites
Generate commissioned links with one click on brand sites as you look for products to promote.

💰 Enjoy the highest commission rates
VOILA compares various sources of commissions and helps you maintain the highest commission rates available on 20,000+ brands.

🏪 Discover products to promote with recommendations
Based on your selection, VOILA's product recommendation engine helps you uncover similar products to promote to your audience.

Check out more about VOILA: https://www.voila.love/                    

확장 프로그램 기본 정보

이름 VOILA Link Converter VOILA Link Converter
ID obaednfbipenlilejfliekcaenjjidge
공식 URL https://chromewebstore.google.com/detail/voila-link-converter/obaednfbipenlilejfliekcaenjjidge
설명 Convert commissioned links on brand sites.
파일 크기 2.46 MB
설치 횟수 206
현재 버전 1.1.1
최근 업데이트 2023-12-22
출시 날짜 2023-04-15
개발자 https://voila.love
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.voila.love/
도움말 페이지 URL https://link.voila.love/#/promotion
개인정보 보호 정책 페이지 URL https://www.voila.love/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VOILA Link Converter",
    "version": "1.1.1",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.ts.71d94450.4e4e8b1b.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "assets\/main.ts.a28f7cd7.css"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.voila.love\/*",
        "*:\/\/*.voiladev.xyz\/*"
    ],
    "action": {
        "default_title": "VOILA Link Converter",
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "description": "Convert commissioned links on brand sites.",
    "options_page": "extension.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/vendor.108cbc81.js",
                "assets\/main.ts.71d94450.js"
            ],
            "use_dynamic_url": true
        }
    ]
}