Sovrn Commerce

Instantly create and share monetized links to over 50,000+ merchants.

Co je Sovrn Commerce?

Sovrn Commerce je rozšíření Chrome vyvinuté Sovrn, a jeho hlavní funkcí je „Instantly create and share monetized links to over 50,000+ merchants.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sovrn Commerce

Stáhněte si soubory rozšíření Sovrn Commerce ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Introducing Sovrn Commerce – the platform that empowers publishers and content creators to effortlessly generate income through monetized affiliate links. With our user-friendly extension, you can seamlessly convert any product page into a shareable link, allowing you to earn commissions from clicks or sales resulting from that link.

By signing up and gaining approval to work with Sovrn Commerce (https://www.sovrn.com/commerce/), you gain access to a vast network of over 50,000+ affiliate merchants. Our extension conveniently displays the merchants offering the highest commission rates on the product page you're visiting.

Take advantage of monetized Commerce links on your website, blogs, social networks, newsletters, and communities–anywhere that a link can be shared! With Sovrn Commerce, you have the flexibility to earn from anywhere, right from your browser.

Don't wait any longer – sign up today and embark on your affiliate marketing journey!                    

Základní Informace o Rozšíření

Název Sovrn Commerce Sovrn Commerce
ID lakehkoheloifeelmimhhbeikghlpjgi
Oficiální URL https://chromewebstore.google.com/detail/sovrn-commerce/lakehkoheloifeelmimhhbeikghlpjgi
Popis Instantly create and share monetized links to over 50,000+ merchants.
Velikost souboru 1.26 MB
Počet instalací 6,561
Aktuální Verze 1.22.1
Poslední Aktualizace 2024-02-29
Datum Vydání 2019-12-09
Hodnocení 4.13/5 Celkem 15 Hodnocení
Vývojář Sovrn
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.sovrn.com/publishers/commerce/
URL Stránky Nápovědy https://support.viglink.com/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://www.sovrn.com/privacy-policy/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sovrn Commerce",
    "version": "1.22.1",
    "description": "Instantly create and share monetized links to over 50,000+ merchants.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Sovrn Commerce",
        "default_icon": "favicon-signed-in.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "favicon-signed-in-16.png",
        "48": "favicon-signed-in-48.png",
        "128": "favicon-signed-in-128.png"
    },
    "host_permissions": [
        "https:\/\/*.sovrn.com\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "public\/fonts\/*.woff",
                "public\/fonts\/*.woff2"
            ],
            "use_dynamic_url": false
        }
    ]
}