Help me write

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

Что такое Help me write?

Help me write - это расширение Chrome, разработанное Help Me Write, и его основная функция - "Install help me write chrome extension and generate any content with Bard AI".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Help me write

Скачайте файлы расширений Help me write в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Help me write Help me write
ID fflhlefcdbiidoncgmndlpkmbdiipilf
Официальный URL https://chromewebstore.google.com/detail/help-me-write/fflhlefcdbiidoncgmndlpkmbdiipilf
Описание Install help me write chrome extension and generate any content with Bard AI
Размер файла 702 KB
Количество установок 5,000
Текущая Версия 1.0.1
Последнее Обновление 2023-06-28
Дата публикации 2023-06-10
Рейтинг 4.00/5 Всего 8 оценок
Разработчик Help Me Write
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}