Brief
Keep emails brief with this email-centric word counter.
Brief là gì?
Brief là một tiện ích mở rộng Chrome được phát triển bởi Safia Abdalla, và tính năng chính của nó là "Keep emails brief with this email-centric word counter.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Brief
Tải xuống các tệp mở rộng Brief dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Brief |
ID | dkidpnlcagnaifmcdmeepljilocilhpp |
URL Chính Thức | https://chromewebstore.google.com/detail/brief/dkidpnlcagnaifmcdmeepljilocilhpp |
Mô tả | Keep emails brief with this email-centric word counter. |
Kích Thước Tệp | 493 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-03-30 |
Ngày Phát Hành | 2017-03-29 |
Nhà Phát Triển | Safia Abdalla |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://safia.rocks/brief/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |