ProfitlogiQ

ProfitlogiQ ASIN Grabber and ASIN Content Review

O que é ProfitlogiQ?

ProfitlogiQ é uma extensão do Chrome desenvolvida por ProfitlogiQ LLC, e sua principal característica é "ProfitlogiQ ASIN Grabber and ASIN Content Review".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ProfitlogiQ

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

                        Free ASIN Grabber and Content Review for amazon product detail pages,                    

Informações Básicas da Extensão

Nome ProfitlogiQ ProfitlogiQ
ID pnplfbdkdkmpliiabafhbbfnogeicapf
URL Oficial https://chromewebstore.google.com/detail/profitlogiq/pnplfbdkdkmpliiabafhbbfnogeicapf
Descrição ProfitlogiQ ASIN Grabber and ASIN Content Review
Tamanho do Arquivo 28.4 KB
Contagem de Instalações 80
Versão Atual 0.5.4
Última Atualização 2022-11-30
Data de Publicação 2022-02-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ProfitlogiQ LLC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://profitlogiq.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProfitlogiQ",
    "description": "ProfitlogiQ ASIN Grabber and ASIN Content Review",
    "version": "0.5.4",
    "manifest_version": 3,
    "icons": {
        "16": ".\/logo_16x16.png",
        "32": ".\/logo_32x32.png",
        "48": ".\/logo_48x48.png",
        "128": ".\/logo_128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/logo_16x16.png",
            "32": ".\/logo_32x32.png",
            "48": ".\/logo_48x48.png",
            "128": ".\/logo_128x128.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.eg\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.pl\/*",
        "https:\/\/www.amazon.sa\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.se\/*",
        "https:\/\/www.amazon.com.tr\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.com\/*"
    ]
}