Brief

Keep emails brief with this email-centric word counter.

Co je Brief?

Brief je rozšíření Chrome vyvinuté Safia Abdalla, a jeho hlavní funkcí je „Keep emails brief with this email-centric word counter.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Brief

Stáhněte si soubory rozšíření Brief 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í

                        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!                    

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

Název Brief Brief
ID dkidpnlcagnaifmcdmeepljilocilhpp
Oficiální URL https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp
Popis Keep emails brief with this email-centric word counter.
Velikost souboru 493 KB
Počet instalací 165
Aktuální Verze 1.1.0
Poslední Aktualizace 2017-03-30
Datum Vydání 2017-03-29
Vývojář Safia Abdalla
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://safia.rocks/brief/
Podporované Jazyky 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"
        }
    ]
}