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 |
官方網址 | 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:;" } |