VOILA Link Converter

Convert commissioned links on brand sites.

VOILA Link Converter क्या है?

VOILA Link Converter https://voila.love द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert commissioned links on brand sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VOILA Link Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}