ReviewGPT
Review Amazon products with power of AI.
什麼是ReviewGPT?
ReviewGPT是由https://reviewgpt.io開發的Chrome擴展程式,該擴展的主要功能是“Review Amazon products with power of AI.”。
擴展截圖
下載ReviewGPT擴展crx文件
下載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 |
ID | nfipobibkgmkhceaomgiikmpacddnkdn |
官方網址 | 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" ] } |