CharlieGPT

Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.

什麼是CharlieGPT?

CharlieGPT是由https://copyspace.ai開發的Chrome擴展程式,該擴展的主要功能是“Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載CharlieGPT擴展crx文件

下載CharlieGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Elevate your writing with the help of CharlieGPT - an AI writing assistant designed to empower business owners, entrepreneurs and professional copywriters. This browser extension gives you instant access to the latest AI models, so you can take your writing to the next level. Plus, you'll have access to a library of proven prompts to help you explore new ideas and create amazing content. With CharlieGPT, you can turn your writing into a superpower - it's like having your very own virtual writing sidekick right at your fingertips!                    

擴展基本資訊

名稱 CharlieGPT CharlieGPT
ID benaalemodldamaimghbeojnhfhhapce
官方網址 https://chromewebstore.google.com/detail/charliegpt/benaalemodldamaimghbeojnhfhhapce
簡介 Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.
檔案大小 630 KB
安裝次數 529
目前版本 0.0.0.95
更新時間 2024-01-19
上架時間 2023-08-12
評分 5.00/5 共 5 次評分
開發者 https://copyspace.ai
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.copyspace.ai/chrome-extension
說明頁面URL https://www.copyspace.ai/support
隱私政策頁面URL https://www.copyspace.ai/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CharlieGPT",
    "description": "Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.",
    "version": "0.0.0.95",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "resources": [
                "src\/gDocs\/gScript.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "resources": [
                "assets\/contentScripts.js-14c8332f.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/axios-3a909370.js",
                "assets\/style-c4d4c053.js",
                "assets\/contentScripts.js-6e72fa57.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/contentScripts.js-loader.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/docs.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/contentScripts.js-loader2.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "type": "module",
            "css": [
                "assets\/contentScripts.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.copyspace.ai\/api",
        "https:\/\/www.copyspace.ai\/api\/",
        "https:\/\/www.copyspace.ai\/api\/*"
    ]
}