CopyBee.ai

AI Copy Writer

Was ist CopyBee.ai?

CopyBee.ai ist eine Chrome-Erweiterung, die von harry.roy entwickelt wurde, und ihr Hauptmerkmal ist "AI Copy Writer".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

CopyBee.ai-Erweiterungs-CRX-Datei herunterladen

Laden Sie CopyBee.ai-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        CopyBee is the world's most advanced AI copywriter that helps brands and people write faster and better.

You simply describe your product or service and then the AI will handle the rest. No more tedious and painstaking research or countless iterations. No more writer’s block. CopyBee gives you unlimited ideas at the push of a button.

This Extention Re-Writes any selected text on websites, and allows you to edit it, in a free form editor, and send it to your CopyBee dashboard.

Super power your writing using deep learning AI, and start writing highly engaging material, in a fraction of the time it would normally take you.

This whole description above was in fact written using CopyBee!                    

Grundlegende Informationen zur Erweiterung

Name CopyBee.ai CopyBee.ai
ID jggjgoabniiamfmdniipflgcdkaekcpk
Offizielle URL https://chromewebstore.google.com/detail/copybeeai/jggjgoabniiamfmdniipflgcdkaekcpk
Beschreibung AI Copy Writer
Dateigröße 77.48 KB
Installationsanzahl 28
Aktuelle Version 3.0
Letztes Update 2022-02-18
Veröffentlichungsdatum 2021-12-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler harry.roy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.copybee.ai
URL der Datenschutzrichtlinien-Seite https://copybee.ai/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyBee.ai",
    "description": "AI Copy Writer",
    "version": "3.0",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "downloads"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.copybee.ai\/*"
            ],
            "js": [
                "jquery.min.js",
                "iframe.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/button.png"
    ]
}