Add eBay auction to Auction Defender
Add eBay auction to Auction Defender
What is Add eBay auction to Auction Defender?
Add eBay auction to Auction Defender is a Chrome extension developed by ilko.nikolov, and its main feature is "Add eBay auction to Auction Defender".
Extension Screenshots
Download Add eBay auction to Auction Defender Extension CRX File
Download Add eBay auction to Auction Defender 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
You can add auctions to Auction Defender with the click of a button directly from Google Chome. You can even import multiple auctions from a list of search results ! You should be used Auction Defender version 3. 0. 8. 9 or more.
Extension Basic Information
Name | |
ID | npameidhlpkedgfjbngfddilcgoejbho |
Official URL | https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho |
Description | Add eBay auction to Auction Defender |
File Size | 34.1 KB |
Installation Count | 493 |
Current Version | 1.0.0.3 |
Last Updated | 2015-08-06 |
Publish Date | 2015-08-06 |
Rating | 5.00/5 Total 5 Ratings |
Developer | ilko.nikolov |
Payment Type | free |
Extension Website | http://www.auctiondefender.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add eBay auction to Auction Defender", "version": "1.0.0.3", "description": "Add eBay auction to Auction Defender", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "f-32.png", "default_title": "Add eBay auction to Auction Defender" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "management" ], "manifest_version": 2, "icons": { "16": "f-16.png", "24": "f-24.png", "32": "f-32.png" } } |