Brief
Keep emails brief with this email-centric word counter.
Brief란 무엇입니까?
Brief은(는) Safia Abdalla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep emails brief with this email-centric word counter."입니다.
확장 프로그램 스크린샷
Brief 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } ] } |