Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

Crafty Copilot (Powered by GPT-4)란 무엇입니까?

Crafty Copilot (Powered by GPT-4)은(는) https://craftycopilot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assist with content generation and management of the crafty Store"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Crafty Copilot (Powered by GPT-4) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you want to save time and effort in communicating with your customers on Etsy? Look no further! Our new AI-Assist Chrome extension is designed to streamline your sales and support processes, giving you more time to focus on what you do best - creating and selling amazing products.                    

확장 프로그램 기본 정보

이름 Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
공식 URL https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
설명 Assist with content generation and management of the crafty Store
파일 크기 1.98 MB
설치 횟수 96
현재 버전 1.0.4
최근 업데이트 2023-05-18
출시 날짜 2023-04-20
평점 5.00/5 총 1 개의 평점
개발자 https://craftycopilot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://craftycopilot.com
도움말 페이지 URL https://www.craftycopilot.com/general-5-1
개인정보 보호 정책 페이지 URL https://suppilot.com/privacy-policy
지원되는 언어 en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}