Add eBay auction to Auction Defender

Add eBay auction to Auction Defender

Cos'è Add eBay auction to Auction Defender?

Add eBay auction to Auction Defender è un'estensione di Chrome sviluppata da ilko.nikolov, e la sua funzione principale è "Add eBay auction to Auction Defender".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add eBay auction to Auction Defender

Scarica i file di estensione Add eBay auction to Auction Defender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Add eBay auction to Auction Defender Add eBay auction to Auction Defender
ID npameidhlpkedgfjbngfddilcgoejbho
URL Ufficiale https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho
Descrizione Add eBay auction to Auction Defender
Dimensione del File 34.1 KB
Conteggio Installazioni 493
Versione Corrente 1.0.0.3
Ultimo Aggiornamento 2015-08-06
Data di Pubblicazione 2015-08-06
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore ilko.nikolov
Tipo di Pagamento free
Sito Web dell'Estensione http://www.auctiondefender.com
Lingue Supportate 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"
    }
}