eBay.in Affiliate Link Generator
Get your deeplink directly from the eBay.in page.
What is eBay.in Affiliate Link Generator?
eBay.in Affiliate Link Generator is a Chrome extension developed by eBay India Affiliates, and its main feature is "Get your deeplink directly from the eBay.in page.".
Extension Screenshots
Download eBay.in Affiliate Link Generator Extension CRX File
Download eBay.in Affiliate Link Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get your deeplink directly from the eBay.in page.
Extension Basic Information
Name | eBay.in Affiliate Link Generator |
ID | jfjbbakkeggpkjklfdiacnchjjmocoac |
Official URL | https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac |
Description | Get your deeplink directly from the eBay.in page. |
File Size | 36.37 KB |
Installation Count | 1,523 |
Current Version | 0.2 |
Last Updated | 2018-01-02 |
Publish Date | 2018-01-02 |
Rating | 5.00/5 Total 12 Ratings |
Developer | eBay India Affiliates |
Payment Type | free |
Extension Website | https://ebayindia.hasoffers.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay.in Affiliate Link Generator", "short_name": "eBay Links", "version": "0.2", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "eBay.in Affiliate Link Generator" }, "permissions": [ "tabs", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/www.ebay.in\/*", "http:\/\/www.ebay.in\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ] } |