Bertha AI Lite

Chat, Write Code. An Ai content assistant that lives in your Chrome Browser.

Bertha AI Liteคืออะไร?

Bertha AI Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย support และคุณลักษณะหลักของมันคือ "Chat, Write Code. An Ai content assistant that lives in your Chrome Browser."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bertha AI Lite

ดาวน์โหลดไฟล์ส่วนขยาย Bertha AI Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Finding the right words to say can be a challenging task for many content creators out there. Trying to come up with something unique, informative and appealing can sometimes feel like an uphill battle. However, with the help of Bertha Lite for Chrome, you can now say goodbye to writer's block!

Bertha Lite is our new version designed for those who are looking for a reliable AI content generator without all the bells and whistles that come with the full version. This Chrome-only version provides access to chat and whisper features, giving you everything you need to get started on your writing project. With a generous 1,000 words a month in the free version and just $10.00 a month for 500,000 words in Lite for Chrome – it’s a no brainer to have bertha right by your side in your Chrome Browser. 

There's no doubt that time is money, and with Bertha Lite for Chrome, you can have both! 
You don't have to worry about spending hours brainstorming what to write about, or even lose sleep over it. With Bertha Lite, you can create quality content in a fraction of the time it would take to do it manually.

At Bertha, we understand that everyone's needs are different, and we've created Bertha Lite to cater to those who want a simpler solution. By providing access to only the essential features, we believe that you can get the results you need, all at an affordable price.

If you want to save time, reduce costs, and still have access to a reliable AI content generator, then Bertha Lite for Chrome is the way to go. Give it a try today and see for yourself how it can transform your writing experience. We're confident that you'll love it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bertha AI Lite Bertha AI Lite
ID cinelhbkflneobcbjpekbncnhklbhcmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bertha-ai-lite/cinelhbkflneobcbjpekbncnhklbhcmi
คำอธิบาย Chat, Write Code. An Ai content assistant that lives in your Chrome Browser.
ขนาดไฟล์ 970 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-01-21
วันที่เผยแพร่ 2023-05-24
ผู้พัฒนา support
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://bertha.ai
URL หน้าช่วยเหลือ https://bertha.ai/support
URL หน้านโยบายความเป็นส่วนตัว https://bertha.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bertha AI Lite",
    "version": "1.7",
    "description": "Chat, Write Code. An Ai content assistant that lives in your Chrome Browser.",
    "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",
        "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"
            ],
            "css": [
                "assets\/css\/bertha-modal.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*",
                "assets\/css\/*",
                "assets\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/bertha.ai\/*"
    ]
}