VOILA Link Converter

Convert commissioned links on brand sites.

VOILA Link Converterคืออะไร?

VOILA Link Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://voila.love และคุณลักษณะหลักของมันคือ "Convert commissioned links on brand sites."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VOILA Link Converter

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
        }
    ]
}