Brief

Keep emails brief with this email-centric word counter.

Qu'est-ce que Brief ?

Brief est une extension Chrome développée par Safia Abdalla, et sa fonction principale est "Keep emails brief with this email-centric word counter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brief

Téléchargez les fichiers d'extension Brief au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Brief Brief
ID dkidpnlcagnaifmcdmeepljilocilhpp
URL Officiel https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp
Description Keep emails brief with this email-centric word counter.
Taille du Fichier 493 KB
Nombre d'Installations 165
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-03-30
Date de Publication 2017-03-29
Développeur Safia Abdalla
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://safia.rocks/brief/
Langues Prises en Charge 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"
        }
    ]
}