Add eBay auction to Auction Defender
Add eBay auction to Auction Defender
Co to jest Add eBay auction to Auction Defender?
Add eBay auction to Auction Defender to rozszerzenie Chrome opracowane przez ilko.nikolov, a jego główną funkcją jest „Add eBay auction to Auction Defender”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add eBay auction to Auction Defender
Pobierz pliki rozszerzeń Add eBay auction to Auction Defender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | npameidhlpkedgfjbngfddilcgoejbho |
Oficjalny URL | https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho |
Opis | Add eBay auction to Auction Defender |
Rozmiar pliku | 34.1 KB |
Liczba instalacji | 493 |
Aktualna Wersja | 1.0.0.3 |
Ostatnia Aktualizacja | 2015-08-06 |
Data Publikacji | 2015-08-06 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | ilko.nikolov |
Typ Płatności | free |
Strona Rozszerzenia | http://www.auctiondefender.com |
Obsługiwane Języki | 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" } } |