Help me write

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

What is Help me write?

Help me write is a Chrome extension developed by Help Me Write, and its main feature is "Install help me write chrome extension and generate any content with Bard AI".

Extension Screenshots

screenshot

Download Help me write Extension CRX File

Download Help me write extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Help me write Help me write
ID fflhlefcdbiidoncgmndlpkmbdiipilf
Official URL https://chromewebstore.google.com/detail/help-me-write/fflhlefcdbiidoncgmndlpkmbdiipilf
Description Install help me write chrome extension and generate any content with Bard AI
File Size 702 KB
Installation Count 5,000
Current Version 1.0.1
Last Updated 2023-06-28
Publish Date 2023-06-10
Rating 4.00/5 Total 8 Ratings
Developer Help Me Write
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}