Brief
Keep emails brief with this email-centric word counter.
What is Brief?
Brief is a Chrome extension developed by Safia Abdalla, and its main feature is "Keep emails brief with this email-centric word counter.".
Extension Screenshots
Download Brief Extension CRX File
Download Brief extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Brief |
ID | dkidpnlcagnaifmcdmeepljilocilhpp |
Official URL | https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp |
Description | Keep emails brief with this email-centric word counter. |
File Size | 493 KB |
Installation Count | 165 |
Current Version | 1.1.0 |
Last Updated | 2017-03-30 |
Publish Date | 2017-03-29 |
Developer | Safia Abdalla |
[email protected] | |
Payment Type | free |
Extension Website | https://safia.rocks/brief/ |
Supported Languages | 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" } ] } |