ChatGPT Amazon Tool
chatgpt for amazon seller, help summary all comments with in one simple click
What is ChatGPT Amazon Tool?
ChatGPT Amazon Tool is a Chrome extension developed by boyd4y, and its main feature is "chatgpt for amazon seller, help summary all comments with in one simple click".
Extension Screenshots
Download ChatGPT Amazon Tool Extension CRX File
Download ChatGPT Amazon Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This plugin help amazon seller summary all comments in amazone.com website by using ChatGPT. Which will require user to store the key in the option page.
Extension Basic Information
Name | ChatGPT Amazon Tool |
ID | hnhojiafcemfbpehkkfpmcekjkfckeac |
Official URL | https://chromewebstore.google.com/detail/chatgpt-amazon-tool/hnhojiafcemfbpehkkfpmcekjkfckeac |
Description | chatgpt for amazon seller, help summary all comments with in one simple click |
File Size | 1019 KB |
Installation Count | 82 |
Current Version | 0.1.3 |
Last Updated | 2023-02-24 |
Publish Date | 2023-02-24 |
Rating | 1.00/5 Total 1 Ratings |
Developer | boyd4y |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Amazon Tool", "description": "chatgpt for amazon seller, help summary all comments with in one simple click", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "48": "logo-48.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.ts.1f05e5d4.478ea34c.js" ], "matches": [ "https:\/\/www.amazon.com\/dp\/*", "https:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/-\/zh\/dp\/*" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/*.openai.com\/" ], "options_page": "src\/options\/index.html", "permissions": [ "storage", "activeTab" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "src\/iframe\/index.html", "src\/content-script\/index.ts" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*" ], "resources": [ "assets\/util.05d01d88.js", "assets\/index.ts.1f05e5d4.js" ], "use_dynamic_url": true } ], "version": "0.1.3" } |