CharlieGPT

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

Τι είναι το CharlieGPT;

Το CharlieGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://copyspace.ai, και η κύρια λειτουργία του είναι "Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CharlieGPT

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/*"
    ]
}