ReviewGPT

Review Amazon products with power of AI.

O que é ReviewGPT?

ReviewGPT é uma extensão do Chrome desenvolvida por https://reviewgpt.io, e sua principal característica é "Review Amazon products with power of AI.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ReviewGPT

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

                        ReviewGPT helps you to save time and money by analyzing Amazon products and reviews with the power of AI. By using ReviewGPT you can avoid counterfeit products, pirated books, fake reviews, bad 3rd party sellers, retail arbitrage and products with safety and health risks.                    

Informações Básicas da Extensão

Nome ReviewGPT ReviewGPT
ID nfipobibkgmkhceaomgiikmpacddnkdn
URL Oficial https://chromewebstore.google.com/detail/reviewgpt/nfipobibkgmkhceaomgiikmpacddnkdn
Descrição Review Amazon products with power of AI.
Tamanho do Arquivo 1.8 MB
Contagem de Instalações 91
Versão Atual v0.1.1
Última Atualização 2023-08-05
Data de Publicação 2023-06-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://reviewgpt.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.reviewgpt.io
URL da Página de Ajuda https://www.reviewgpt.io/feedback
URL da Página de Política de Privacidade https://www.reviewgpt.io/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReviewGPT",
    "description": "Review Amazon products with power of AI.",
    "version": "0.1.1",
    "version_name": "v0.1.1",
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon-16.png",
        "default_title": "ReviewGPT"
    },
    "host_permissions": [
        "https:\/\/www.reviewgpt.io\/*"
    ],
    "permissions": [
        "activeTab"
    ]
}