Brief

Keep emails brief with this email-centric word counter.

ما هو Brief؟

Brief هو إضافة Chrome تم تطويرها بواسطة Safia Abdalla، والميزة الرئيسية لها هي "Keep emails brief with this email-centric word counter.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Brief

قم بتنزيل ملفات الامتداد Brief بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}