Affiliate Link Button
Get your Amazon Affiliate Link directly from the Amazon prdouct page.
Affiliate Link Button क्या है?
Affiliate Link Button https://realvideoguy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your Amazon Affiliate Link directly from the Amazon prdouct page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Affiliate Link Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin places an Amazon Affiliate Link button on your Amazon.com product page. It enables you to get your Amazon Associate Affiliate Link directly from the Amazon product page without having to login to your Associates back office.
एक्सटेंशन की मूल जानकारी
नाम | Affiliate Link Button |
ID | ghicpnbjacakmhdneadbiacfnjajlaeg |
आधिकारिक URL | https://chromewebstore.google.com/detail/affiliate-link-button/ghicpnbjacakmhdneadbiacfnjajlaeg |
विवरण | Get your Amazon Affiliate Link directly from the Amazon prdouct page. |
फ़ाइल का आकार | 82.21 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2019-04-07 |
प्रकाशन तिथि | 2019-04-07 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://realvideoguy.com |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://realvideoguy.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": ".\/popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ ".\/amazon.js" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.es\/*" ], "run_at": "document_end" } ], "description": "Get your Amazon Affiliate Link directly from the Amazon prdouct page.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "manifest_version": 2, "name": "Affiliate Link Button", "short_name": "AffiliateLink", "permissions": [ "storage", "activeTab" ], "version": "1.0.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |