Collective Voice LinkIt

Easily create monetized links while browsing any of the Collective-supported retailer websites.

Collective Voice LinkIt란 무엇입니까?

Collective Voice LinkIt은(는) https://collectivevoice.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create monetized links while browsing any of the Collective-supported retailer websites."입니다.

확장 프로그램 스크린샷

screenshot

Collective Voice LinkIt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Collective Voice’s LinkIt Chrome Extension — It’s a must-have tool for all creators to easily create monetizable links while browsing any Collective Voice-supported retailer website!

Easy one-time setup

Install LinkIt, then pin it to your Bookmarks so the LinkIt extension is visible on your browser at all times for easy linking. 

Instant time savings

When browsing an item, homepage, or category page on any supported retailer site, click LinkIt to automatically generate an affiliate link. Copy and share that link anywhere, or add the product to a List for later use. 

Endless opportunities for affiliate earnings

Any time you share an affiliate link with your followers, you’re increasing your earnings potential for any sales attributed to that link. 

To use this LinkIt Chrome extension, you must have a Collective Voice account.

Are you a creator and want to take advantage of Collective Voice’s monetization tools? Apply here: collectivevoice.com                    

확장 프로그램 기본 정보

이름 Collective Voice LinkIt Collective Voice LinkIt
ID gnambinkmjmlhfbccckklndnpadmigfd
공식 URL https://chromewebstore.google.com/detail/collective-voice-linkit/gnambinkmjmlhfbccckklndnpadmigfd
설명 Easily create monetized links while browsing any of the Collective-supported retailer websites.
파일 크기 79.44 KB
설치 횟수 7,385
현재 버전 0.2.7
최근 업데이트 2023-11-28
출시 날짜 2018-12-21
평점 2.33/5 총 3 개의 평점
개발자 https://collectivevoice.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.collectivevoice.com
도움말 페이지 URL https://support.collectivevoice.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.shopstyle.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collective Voice LinkIt",
    "short_name": "LinkIt",
    "version": "0.2.7",
    "description": "Easily create monetized links while browsing any of the Collective-supported retailer websites.",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon-48.png",
            "38": "img\/icon-48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/linkit.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}