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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://craftycopilot.com และคุณลักษณะหลักของมันคือ "Assist with content generation and management of the crafty Store"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crafty Copilot (Powered by GPT-4)

ดาวน์โหลดไฟล์ส่วนขยาย Crafty Copilot (Powered by GPT-4) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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