Help me write

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

Co je Help me write?

Help me write je rozšíření Chrome vyvinuté Help Me Write, a jeho hlavní funkcí je „Install help me write chrome extension and generate any content with Bard AI“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Help me write

Stáhněte si soubory rozšíření Help me write ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Help me write Help me write
ID fflhlefcdbiidoncgmndlpkmbdiipilf
Oficiální URL https://chromewebstore.google.com/detail/help-me-write/fflhlefcdbiidoncgmndlpkmbdiipilf
Popis Install help me write chrome extension and generate any content with Bard AI
Velikost souboru 702 KB
Počet instalací 5,000
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-06-28
Datum Vydání 2023-06-10
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář Help Me Write
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}