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ファイルをダウンロード
Braid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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:;" } |