Help me write

Install help me write chrome extension and generate any content with Bard AI

Help me write là gì?

Help me write là một tiện ích mở rộng Chrome được phát triển bởi Help Me Write, và tính năng chính của nó là "Install help me write chrome extension and generate any content with Bard AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Help me write

Tải xuống các tệp mở rộng Help me write dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Install help me write chrome extension and experience the power of Bard AI Email Writer                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Help me write Help me write
ID fflhlefcdbiidoncgmndlpkmbdiipilf
URL Chính Thức https://chromewebstore.google.com/detail/help-me-write/fflhlefcdbiidoncgmndlpkmbdiipilf
Mô tả Install help me write chrome extension and generate any content with Bard AI
Kích Thước Tệp 702 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-06-28
Ngày Phát Hành 2023-06-10
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Help Me Write
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Help me write",
    "description": "Install help me write chrome extension and generate any content with Bard AI",
    "background": {
        "service_worker": "BackgroudScript\/background.js"
    },
    "action": {
        "default_icon": "Icons\/icon2000.png"
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "64": "Icons\/icon64.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png",
        "2000": "Icons\/icon2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ContentScript\/content.js"
            ],
            "css": [
                "Style\/content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/Helpmewrite1.svg",
                "Images\/cancel.svg",
                "Images\/icon128.png",
                "Images\/edit.svg",
                "Images\/Vector.svg",
                "Images\/info.svg",
                "Images\/icon2000.png",
                "Icons\/icon2000.png",
                "Images\/open.svg",
                "Images\/close.svg",
                "Images\/animation.png",
                "Images\/ActiveVector.svg",
                "Images\/Vectorway.svg",
                "Images\/greyStar.svg",
                "Images\/yellowStar.svg",
                "Images\/info.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}