Braid
Team and Project Alignment built into Gmail, Google Calendar, and Slack
Braid란 무엇입니까?
Braid은(는) https://braidhq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Team and Project Alignment built into Gmail, Google Calendar, and Slack"입니다.
확장 프로그램 스크린샷
Braid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Braid is the easiest way to store and share important emails, events, and notes with your project teams, friends, and family. Create projects and add just the important information - client deliverables, meeting notes, travel confirmations - from within your Gmail and Google Calendar. We also have a Slack application so you can view and add notes and updates to your Braid projects. Add coworkers, teammates, and others to your projects so everyone is up to date without having to use status tools or project management software.
확장 프로그램 기본 정보
이름 | Braid |
ID | hefhmdpdiemkipkgibpfdikphjibhpok |
공식 URL | https://chromewebstore.google.com/detail/braid/hefhmdpdiemkipkgibpfdikphjibhpok |
설명 | Team and Project Alignment built into Gmail, Google Calendar, and Slack |
파일 크기 | 2.52 MB |
설치 횟수 | 123 |
현재 버전 | 0.94.3 |
최근 업데이트 | 2020-12-22 |
출시 날짜 | 2020-06-14 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | https://braidhq.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://braidhq.com |
도움말 페이지 URL | https://braidhq.com/help/ |
개인정보 보호 정책 페이지 URL | https://braidhq.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.94.3", "name": "Braid", "manifest_version": 2, "description": "Team and Project Alignment built into Gmail, Google Calendar, and Slack", "icons": { "128": "img\/braid-icon-128.png", "48": "img\/braid-icon-48.png", "16": "img\/braid-icon-16.png" }, "browser_action": { "default_title": "Braid", "default_popup": "popup.html" }, "web_accessible_resources": [ "content.bundle.js", "js\/fonts\/*", "js\/images\/*", "lib\/*" ], "background": { "scripts": [ "\/js\/background.bundle.js" ] }, "permissions": [ "storage", "https:\/\/mail.google.com\/mail\/*", "https:\/\/calendar.google.com\/*", "https:\/\/*.s3.amazonaws.com\/*" ], "content_security_policy": "font-src https:\/\/fonts.gstatic.com data:; default-src 'self'; script-src 'self' https:\/\/cdn.mxpnl.com https:\/\/cdn.segment.com 'unsafe-eval'; connect-src https:\/\/api.mixpanel.com https:\/\/api.segment.io https:\/\/braid-prod.s3.amazonaws.com https:\/\/braid-backend-production.herokuapp.com ; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:;" } |