Sovrn Commerce

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

Sovrn Commerce란 무엇입니까?

Sovrn Commerce은(는) Sovrn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly create and share monetized links to over 50,000+ merchants."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sovrn Commerce 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Sovrn Commerce Sovrn Commerce
ID lakehkoheloifeelmimhhbeikghlpjgi
공식 URL https://chromewebstore.google.com/detail/sovrn-commerce/lakehkoheloifeelmimhhbeikghlpjgi
설명 Instantly create and share monetized links to over 50,000+ merchants.
파일 크기 1.26 MB
설치 횟수 6,561
현재 버전 1.22.1
최근 업데이트 2024-02-29
출시 날짜 2019-12-09
평점 4.13/5 총 15 개의 평점
개발자 Sovrn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sovrn.com/publishers/commerce/
도움말 페이지 URL https://support.viglink.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.sovrn.com/privacy-policy/privacy-policy
지원되는 언어 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
        }
    ]
}