ReviewGPT

Review Amazon products with power of AI.

ReviewGPTคืออะไร?

ReviewGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reviewgpt.io และคุณลักษณะหลักของมันคือ "Review Amazon products with power of AI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReviewGPT

ดาวน์โหลดไฟล์ส่วนขยาย ReviewGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ReviewGPT ReviewGPT
ID nfipobibkgmkhceaomgiikmpacddnkdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reviewgpt/nfipobibkgmkhceaomgiikmpacddnkdn
คำอธิบาย Review Amazon products with power of AI.
ขนาดไฟล์ 1.8 MB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน v0.1.1
อัปเดตครั้งล่าสุด 2023-08-05
วันที่เผยแพร่ 2023-06-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://reviewgpt.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.reviewgpt.io
URL หน้าช่วยเหลือ https://www.reviewgpt.io/feedback
URL หน้านโยบายความเป็นส่วนตัว https://www.reviewgpt.io/privacy
ภาษาที่รองรับ 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"
    ]
}