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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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