Braid

Team and Project Alignment built into Gmail, Google Calendar, and Slack

Braid là gì?

Braid là một tiện ích mở rộng Chrome được phát triển bởi https://braidhq.com, và tính năng chính của nó là "Team and Project Alignment built into Gmail, Google Calendar, and Slack".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Braid

Tải xuống các tệp mở rộng Braid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Braid Braid
ID hefhmdpdiemkipkgibpfdikphjibhpok
URL Chính Thức https://chromewebstore.google.com/detail/braid/hefhmdpdiemkipkgibpfdikphjibhpok
Mô tả Team and Project Alignment built into Gmail, Google Calendar, and Slack
Kích Thước Tệp 2.52 MB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 0.94.3
Cập Nhật Lần Cuối 2020-12-22
Ngày Phát Hành 2020-06-14
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://braidhq.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://braidhq.com
URL Trang Trợ Giúp https://braidhq.com/help/
URL Trang Chính Sách Bảo Mật https://braidhq.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:;"
}