ID Grabber

Grab ASIN/Product IDs from Amazon, Costco and Walmart

O que é ID Grabber?

ID Grabber é uma extensão do Chrome desenvolvida por xylude, e sua principal característica é "Grab ASIN/Product IDs from Amazon, Costco and Walmart".

Baixar o arquivo CRX da Extensão ID Grabber

Baixe arquivos de extensão ID Grabber 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

                        This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services.

If you find any issues with this extension, please submit an issue on the github for this project here:
https://github.com/xylude/id-grabber/issues                    

Informações Básicas da Extensão

Nome ID Grabber ID Grabber
ID limdokdgfgcalepbjabnimcdiakbkjho
URL Oficial https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho
Descrição Grab ASIN/Product IDs from Amazon, Costco and Walmart
Tamanho do Arquivo 214 KB
Contagem de Instalações 98
Versão Atual 0.0.3
Última Atualização 2018-07-06
Data de Publicação 2018-07-06
Desenvolvedor xylude
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ID Grabber",
    "version": "0.0.3",
    "description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}