ReviewGPT

Review Amazon products with power of AI.

Hvad er ReviewGPT?

ReviewGPT er en Chrome-udvidelse udviklet af https://reviewgpt.io, og dens hovedfunktion er "Review Amazon products with power of AI.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download ReviewGPT-udvidelses-CRX-fil

Download ReviewGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ReviewGPT ReviewGPT
ID nfipobibkgmkhceaomgiikmpacddnkdn
Officiel URL https://chromewebstore.google.com/detail/reviewgpt/nfipobibkgmkhceaomgiikmpacddnkdn
Beskrivelse Review Amazon products with power of AI.
Filstørrelse 1.8 MB
Antal Installationer 91
Nuværende Version v0.1.1
Senest Opdateret 2023-08-05
Udgivelsesdato 2023-06-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://reviewgpt.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.reviewgpt.io
Hjælpeside-URL https://www.reviewgpt.io/feedback
URL til Fortrolighedspolitik Side https://www.reviewgpt.io/privacy
Understøttede Sprog 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"
    ]
}