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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create monetized links while browsing any of the Collective-supported retailer websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Collective Voice LinkIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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:\/\/*\/*" ] } ] } |