Brief

Keep emails brief with this email-centric word counter.

Cos'è Brief?

Brief è un'estensione di Chrome sviluppata da Safia Abdalla, e la sua funzione principale è "Keep emails brief with this email-centric word counter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brief

Scarica i file di estensione Brief in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Brief Brief
ID dkidpnlcagnaifmcdmeepljilocilhpp
URL Ufficiale https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp
Descrizione Keep emails brief with this email-centric word counter.
Dimensione del File 493 KB
Conteggio Installazioni 165
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-03-30
Data di Pubblicazione 2017-03-29
Sviluppatore Safia Abdalla
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://safia.rocks/brief/
Lingue Supportate 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"
        }
    ]
}