Breef for Gmail™
Sort your inbox into bundles. No more context switching.
Breef for Gmail™란 무엇입니까?
Breef for Gmail™은(는) https://getbreef.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort your inbox into bundles. No more context switching."입니다.
확장 프로그램 스크린샷
Breef for Gmail™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sick of constantly switching gears in your inbox? It's not your fault. Receiving emails is easy... but keeping up? Not so much. Breef will sort your emails into bundles, so you can focus on one thing at once. And to help you read those emails faster, it lets you scroll them all in one go - just like Instagram or Twitter. Breef is privacy-first. You don't need to approve data access to your Gmail to use it. See https://www.getbreef.com/privacy And if you uninstall it, it returns Gmail to exactly how it is now. It leaves no trace.
확장 프로그램 기본 정보
이름 | Breef for Gmail™ |
ID | mnmmifodhaffbmhplackgideaammgjjb |
공식 URL | https://chromewebstore.google.com/detail/breef-for-gmail/mnmmifodhaffbmhplackgideaammgjjb |
설명 | Sort your inbox into bundles. No more context switching. |
파일 크기 | 8.72 MB |
설치 횟수 | 1,020 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2023-02-15 |
출시 날짜 | 2021-11-10 |
평점 | 5.00/5 총 27 개의 평점 |
개발자 | https://getbreef.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.getbreef.com/?cws |
도움말 페이지 URL | https://www.getbreef.com/organize-your-inbox |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuK6g8G+YMBeXK1\/efNV44+lZXs2rhm2EbVmOG3tuTtiD+Iyg6R+KGDQzYR7HKDFprY2CHFOx3FXOG00ibkea0zUp\/wE0XdtH6BPXffqJc3Y4eLzrpgom1XdFGJb2AYlV9+ruSPlQYe5INq5pJxVvPqqCmn0UY\/DNuwKJgunGU06\/ObtpXGzjekBBesvau0gdIAm2RwzbU0f9bwVoP9QGDyZSCVvsVg3UG27Q5YT4teohqKMmYhDvULwKhZFJXPsUr98V9zuUov9RPY+KwgJuCegSYFea5Bp5G+QOzJHFREb2F1yvINF8EXKCJsE0Mps3Jt3vKESmecTVOTrlmX3tqQIDAQAB", "manifest_version": 2, "name": "Breef for Gmail\u2122", "description": "Sort your inbox into bundles. No more context switching.", "version": "1.1.2", "icons": { "128": "assets\/breef-logo-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/inboxsdk.js", "content-script.js" ], "css": [ "assets\/styles.global.css", "assets\/styles.modules.content-script.css" ], "run_at": "document_idle" } ], "permissions": [ "identity", "storage" ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "default-src 'none'; frame-src 'self' https:\/\/breef-52773.firebaseapp.com\/ ; style-src 'self'; font-src 'self'; img-src 'self'; script-src 'self' https:\/\/apis.google.com\/ https:\/\/*.firebaseio.com\/; object-src 'self'; connect-src 'self' https:\/\/api.getbreef.com\/ https:\/\/*.googleapis.com\/ https:\/\/*.firebaseio.com\/ https:\/\/accounts.google.com\/.well-known\/openid-configuration" } |