Brief

Keep emails brief with this email-centric word counter.

Что такое Brief?

Brief - это расширение Chrome, разработанное Safia Abdalla, и его основная функция - "Keep emails brief with this email-centric word counter.".

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

screenshot

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

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

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

                        Long emails are no fun to read or write. Brief is a Chrome extension that adds a word counter to the compose and reply views in Gmail and disables sending if an email is longer than 125 words. Need to send an email longer than 125 words? Just triple click the "Send" button to force send!                    

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

Название Brief Brief
ID dkidpnlcagnaifmcdmeepljilocilhpp
Официальный URL https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp
Описание Keep emails brief with this email-centric word counter.
Размер файла 493 KB
Количество установок 165
Текущая Версия 1.1.0
Последнее Обновление 2017-03-30
Дата публикации 2017-03-29
Разработчик Safia Abdalla
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://safia.rocks/brief/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brief",
    "description": "Keep emails brief with this email-centric word counter.",
    "version": "1.1.0",
    "author": "Safia Abdalla",
    "homepage_url": "http:\/\/safia.rocks\/brief\/",
    "icons": {
        "16": "docs\/images\/brief16.png",
        "48": "docs\/images\/brief48.png",
        "128": "docs\/images\/brief128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/index.js"
            ],
            "css": [
                "styles\/style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}