Brief

Keep emails brief with this email-centric word counter.

Brief क्या है?

Brief Safia Abdalla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep emails brief with this email-centric word counter."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Brief एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}