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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}