Dimsim - ChatGPT generates titles and listing
Generate Amazon product titles and listings automatically using keywords combined with ChatGPT.
Dimsim - ChatGPT generates titles and listingとは何ですか?
Dimsim - ChatGPT generates titles and listingはmayersrubeyによって開発されたChromeの拡張機能で、その主な機能は「Generate Amazon product titles and listings automatically using keywords combined with ChatGPT.」です。
拡張機能のスクリーンショット
Dimsim - ChatGPT generates titles and listing拡張機能のCRXファイルをダウンロード
Dimsim - ChatGPT generates titles and listing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New version of Dimsim is now fully launched! The new version, combined with ChatGPT, analyzes the titles with big data to generate attractive titles and listings automatically, enhancing sales and saving time and effort in editing titles. New features of the new version: ★ AIGC-generated titles: Generate optimized titles with AI and big data analyzed keywords through ChatGPT. ★ Keyword search: Optimize the Amazon product title keywords with the help of AI and big data analysis. ★ Keyword ranking: Insight into the search ranking of each keyword for products and track real-time changes of search ranking. ★ Search Results Page Analysis: Analyze the Amazon search results page, quickly view aggregated data, and extract basic data on hot-selling products.
拡張機能の基本情報
名前 | |
ID | hnifkaolcncedadcnpabbbignhlleeoj |
公式URL | https://chromewebstore.google.com/detail/dimsim-chatgpt-generates/hnifkaolcncedadcnpabbbignhlleeoj |
説明 | Generate Amazon product titles and listings automatically using keywords combined with ChatGPT. |
ファイルサイズ | 826 KB |
インストール数 | 742 |
現在のバージョン | 0.2.15 |
最終更新日 | 2023-02-21 |
公開日 | 2023-01-03 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | mayersrubey |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://beiye-ai.feishu.cn/docx/ZIvLdl3ikoRPajxqqChcJh0Bnud |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.15", "default_locale": "en", "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/**" ], "js": [ "js\/contentScriptMain.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "js\/backgroundPage.js" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "host_permissions": [ "https:\/\/httpbin.org\/**", "https:\/\/atropa.behye.com\/**", "https:\/\/atropa.dev.behye.cn\/**" ], "permissions": [ "tabs" ] } |