Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

Crafty Copilot (Powered by GPT-4) là gì?

Crafty Copilot (Powered by GPT-4) là một tiện ích mở rộng Chrome được phát triển bởi https://craftycopilot.com, và tính năng chính của nó là "Assist with content generation and management of the crafty Store".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crafty Copilot (Powered by GPT-4)

Tải xuống các tệp mở rộng Crafty Copilot (Powered by GPT-4) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
URL Chính Thức https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
Mô tả Assist with content generation and management of the crafty Store
Kích Thước Tệp 1.98 MB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-18
Ngày Phát Hành 2023-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://craftycopilot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://craftycopilot.com
URL Trang Trợ Giúp https://www.craftycopilot.com/general-5-1
URL Trang Chính Sách Bảo Mật https://suppilot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}