Affiliate Tools - Affiliate link generator
Affiliate link generator for Amazon, Gearbest, Banggood and similar sites
Affiliate Tools - Affiliate link generator क्या है?
Affiliate Tools - Affiliate link generator https://affiliate.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Affiliate Tools - Affiliate link generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Main purpose of Affiliate tools is to make creation of affiliate links easier. With this extension you can with just one click you can create affiliate links for Amazon, Banggood, Gearbest and many other supported stores When you create link, you can easily shorten it with bit.ly or share it on social networks Extension keeps track of links you created, and if you need to use link more often you can add it to favorites More stores will be added in future
एक्सटेंशन की मूल जानकारी
नाम | Affiliate Tools - Affiliate link generator |
ID | fahggphoodkmfhpeomejdfonhjijdedk |
आधिकारिक URL | https://chromewebstore.google.com/detail/affiliate-tools-affiliate/fahggphoodkmfhpeomejdfonhjijdedk |
विवरण | Affiliate link generator for Amazon, Gearbest, Banggood and similar sites |
फ़ाइल का आकार | 544 KB |
स्थापना संख्या | 809 |
वर्तमान संस्करण | 2.1.3 |
अंतिम अपडेट | 2022-06-21 |
प्रकाशन तिथि | 2018-04-04 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://affiliate.tools |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://affiliate.tools |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affiliate Tools - Affiliate link generator", "description": "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites", "version": "2.1.3", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Affiliate Tools", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "commons.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.banggood.com\/*" ], "js": [ "commons.js", "content\/banggood.js" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/*" ], "js": [ "commons.js", "content\/aliexpress.js" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "storage", "activeTab", " |