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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } ] } |