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文件

下載VOILA Link Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}