Add eBay auction to Auction Defender

Add eBay auction to Auction Defender

O que é Add eBay auction to Auction Defender?

Add eBay auction to Auction Defender é uma extensão do Chrome desenvolvida por ilko.nikolov, e sua principal característica é "Add eBay auction to Auction Defender".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Add eBay auction to Auction Defender

Baixe arquivos de extensão Add eBay auction to Auction Defender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Add eBay auction to Auction Defender Add eBay auction to Auction Defender
ID npameidhlpkedgfjbngfddilcgoejbho
URL Oficial https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho
Descrição Add eBay auction to Auction Defender
Tamanho do Arquivo 34.1 KB
Contagem de Instalações 493
Versão Atual 1.0.0.3
Última Atualização 2015-08-06
Data de Publicação 2015-08-06
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor ilko.nikolov
Tipo de Pagamento free
Site da Extensão http://www.auctiondefender.com
Idiomas Suportados 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"
    }
}