BERTHA AI, co-pilot for Chrome.

Bertha AI is a content assistant for generative Ai across all of the web.

Τι είναι το BERTHA AI, co-pilot for Chrome.;

Το BERTHA AI, co-pilot for Chrome. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bertha.ai, και η κύρια λειτουργία του είναι "Bertha AI is a content assistant for generative Ai across all of the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BERTHA AI, co-pilot for Chrome.

Λήψη αρχείων επέκτασης BERTHA AI, co-pilot for Chrome. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing Bertha, the AI browser extension that can revolutionize your content creation process. With this powerful tool, you’ll be able to quickly and easily generate top-notch content in no time – up to 90% faster than before! Create amazing material with ease while also saving yourself precious hours of work. Try out Bertha today and start transforming your online presence.
This Chrome Extension enables our customers to access the AI-powered content writing prowess of Bertha AI at any time, wherever their work takes them.
You now have access to 30 of our amazing templates on the platforms that matter most! Get creative and take your projects to the next level.

The Chrome extension will help you:

Increase productivity on all your content marketing quicker and more cost effectively.
Repurpose existing content and generate new content at speed without the need to worry about writer’s block.

Create search optimized content for literally anything you want to write about
Help you produce educational and entertaining content across the web.
Bertha is here to help! Let her know what you need written, and she'll craft paragraphs in no time. Just sit back and watch the AI work its magic!
Overcome creative roadblocks and get your writing flowing again!
Feeling overwhelmed with a blank page? Let Bertha take the wheel and craft creative copy that’s tailored to you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BERTHA AI, co-pilot for Chrome. BERTHA AI, co-pilot for Chrome.
ID mmckphodfddjojmepepgdebfahpfbkja
Επίσημο URL https://chromewebstore.google.com/detail/bertha-ai-co-pilot-for-ch/mmckphodfddjojmepepgdebfahpfbkja
Περιγραφή Bertha AI is a content assistant for generative Ai across all of the web.
Μέγεθος Αρχείου 1023 KB
Αριθμός Εγκαταστάσεων 1,059
Τρέχουσα Έκδοση 1.9.7
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2023-02-07
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://bertha.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://bertha.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://bertha.ai/support
URL της Σελίδας Πολιτικής Απορρήτου https://bertha.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BERTHA AI, co-pilot for Chrome.",
    "version": "1.9.7",
    "description": "Bertha AI is a content assistant for generative Ai across all of the web.",
    "manifest_version": 3,
    "action": {
        "default_popup": "bertha-main.html",
        "default_icon": "assets\/images\/Bertha_icon.png"
    },
    "icons": {
        "16": "assets\/images\/Bertha_icon16.png",
        "32": "assets\/images\/Bertha_icon32.png",
        "48": "assets\/images\/Bertha_icon48.png",
        "128": "assets\/images\/Bertha_icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "clipboardWrite",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "assets\/js\/bertha-background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/ss.js",
                "assets\/js\/typewriter.js",
                "assets\/js\/bertha-admin-min.js",
                "assets\/js\/berthawriter.js",
                "assets\/js\/setup.js",
                "assets\/js\/jquery.md5.min.js",
                "assets\/js\/ber-copy.js"
            ],
            "css": [
                "assets\/css\/bertha-modal.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*",
                "assets\/css\/*",
                "assets\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/bertha.ai\/*"
    ]
}