ChatGPT Amazon Tool
chatgpt for amazon seller, help summary all comments with in one simple click
Co to jest ChatGPT Amazon Tool?
ChatGPT Amazon Tool to rozszerzenie Chrome opracowane przez boyd4y, a jego główną funkcją jest „chatgpt for amazon seller, help summary all comments with in one simple click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatGPT Amazon Tool
Pobierz pliki rozszerzeń ChatGPT Amazon Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ChatGPT Amazon Tool |
ID | hnhojiafcemfbpehkkfpmcekjkfckeac |
Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-amazon-tool/hnhojiafcemfbpehkkfpmcekjkfckeac |
Opis | chatgpt for amazon seller, help summary all comments with in one simple click |
Rozmiar pliku | 1019 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2023-02-24 |
Data Publikacji | 2023-02-24 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | boyd4y |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |