Brief

Keep emails brief with this email-centric word counter.

Co to jest Brief?

Brief to rozszerzenie Chrome opracowane przez Safia Abdalla, a jego główną funkcją jest „Keep emails brief with this email-centric word counter.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Brief

Pobierz pliki rozszerzeń Brief w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Brief Brief
ID dkidpnlcagnaifmcdmeepljilocilhpp
Oficjalny URL https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp
Opis Keep emails brief with this email-centric word counter.
Rozmiar pliku 493 KB
Liczba instalacji 165
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2017-03-30
Data Publikacji 2017-03-29
Deweloper Safia Abdalla
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://safia.rocks/brief/
Obsługiwane Języki 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"
        }
    ]
}