Add eBay auction to Auction Defender
Add eBay auction to Auction Defender
Add eBay auction to Auction Defender क्या है?
Add eBay auction to Auction Defender ilko.nikolov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add eBay auction to Auction Defender"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add eBay auction to Auction Defender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | npameidhlpkedgfjbngfddilcgoejbho |
आधिकारिक URL | https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho |
विवरण | Add eBay auction to Auction Defender |
फ़ाइल का आकार | 34.1 KB |
स्थापना संख्या | 493 |
वर्तमान संस्करण | 1.0.0.3 |
अंतिम अपडेट | 2015-08-06 |
प्रकाशन तिथि | 2015-08-06 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | ilko.nikolov |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.auctiondefender.com |
समर्थित भाषाएँ | 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" } } |