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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Dimsim - ChatGPT generates titles and listing Dimsim - ChatGPT generates titles and listing
ID hnifkaolcncedadcnpabbbignhlleeoj
官方網址 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
電子郵箱 [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"
    ]
}