ReviewGPT
Review Amazon products with power of AI.
ReviewGPT란 무엇입니까?
ReviewGPT은(는) https://reviewgpt.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Review Amazon products with power of AI."입니다.
확장 프로그램 스크린샷
ReviewGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |