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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mayersrubey และคุณลักษณะหลักของมันคือ "Generate Amazon product titles and listings automatically using keywords combined with ChatGPT."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dimsim - ChatGPT generates titles and listing

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
    ]
}