ReviewGPT

Review Amazon products with power of AI.

Vad är ReviewGPT?

ReviewGPT är en Chrome-tillägg utvecklad av https://reviewgpt.io, och dess huvudfunktion är "Review Amazon products with power of AI.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner ReviewGPT-förlängningens CRX-fil

Ladda ner ReviewGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ReviewGPT ReviewGPT
ID nfipobibkgmkhceaomgiikmpacddnkdn
Officiell webbadress https://chromewebstore.google.com/detail/reviewgpt/nfipobibkgmkhceaomgiikmpacddnkdn
Beskrivning Review Amazon products with power of AI.
Filstorlek 1.8 MB
Antal Installationer 91
Aktuell Version v0.1.1
Senast Uppdaterad 2023-08-05
Publiceringsdatum 2023-06-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://reviewgpt.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.reviewgpt.io
Hjälpsida URL https://www.reviewgpt.io/feedback
URL till Sekretesspolicy Sidan https://www.reviewgpt.io/privacy
Stödda Språk 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"
    ]
}