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文件

下載Collective Voice LinkIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}