SkipMail

A tool to help you respond and write emails with AI in seconds, just with a few taps.

Что такое SkipMail?

SkipMail - это расширение Chrome, разработанное https://skipmail.co, и его основная функция - "A tool to help you respond and write emails with AI in seconds, just with a few taps.".

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

screenshot
screenshot

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

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

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

                        SkipMail lets you reply to emails faster than ever using AI generated responses which you can customize with a short prompt. 

Sign in on skipmail.co and get the power of ChatGPT right into the gmail app.                    

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

Название SkipMail SkipMail
ID gifkjgbebogmcifhiohgegdahnjdekfc
Официальный URL https://chromewebstore.google.com/detail/skipmail/gifkjgbebogmcifhiohgegdahnjdekfc
Описание A tool to help you respond and write emails with AI in seconds, just with a few taps.
Размер файла 1.2 MB
Количество установок 175
Текущая Версия 0.1.5
Последнее Обновление 2023-06-26
Дата публикации 2023-05-16
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://skipmail.co
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.skipmail.co/
URL страницы помощи https://www.skipmail.co/help
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipMail",
    "description": "A tool to help you respond and write emails with AI in seconds, just with a few taps.",
    "version": "0.1.5",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.skipmail.co\/*",
            "https:\/\/app.posthog.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-193f410a.a85f03b6.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "assets\/index.js.ead3cafc.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "img\/*",
                "img\/icons\/*",
                "src\/assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/chunk-df9fbcd3.js",
                "assets\/chunk-39a43ebc.js",
                "assets\/chunk-193f410a.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}