ReviewGPT

Review Amazon products with power of AI.

Cos'è ReviewGPT?

ReviewGPT è un'estensione di Chrome sviluppata da https://reviewgpt.io, e la sua funzione principale è "Review Amazon products with power of AI.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ReviewGPT

Scarica i file di estensione ReviewGPT 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

                        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.                    

Informazioni di Base sull'Estensione

Nome ReviewGPT ReviewGPT
ID nfipobibkgmkhceaomgiikmpacddnkdn
URL Ufficiale https://chromewebstore.google.com/detail/reviewgpt/nfipobibkgmkhceaomgiikmpacddnkdn
Descrizione Review Amazon products with power of AI.
Dimensione del File 1.8 MB
Conteggio Installazioni 91
Versione Corrente v0.1.1
Ultimo Aggiornamento 2023-08-05
Data di Pubblicazione 2023-06-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://reviewgpt.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.reviewgpt.io
URL della Pagina di Aiuto https://www.reviewgpt.io/feedback
URL della Pagina della Politica sulla Privacy https://www.reviewgpt.io/privacy
Lingue Supportate 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"
    ]
}