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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}