Braid

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

Wat is Braid?

Braid is een Chrome-extensie ontwikkeld door https://braidhq.com, en de belangrijkste functie is "Team and Project Alignment built into Gmail, Google Calendar, and Slack".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Braid

Download Braid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Braid Braid
ID hefhmdpdiemkipkgibpfdikphjibhpok
Officiële URL https://chromewebstore.google.com/detail/braid/hefhmdpdiemkipkgibpfdikphjibhpok
Beschrijving Team and Project Alignment built into Gmail, Google Calendar, and Slack
Bestandsgrootte 2.52 MB
Aantal Installaties 123
Huidige Versie 0.94.3
Laatst Bijgewerkt 2020-12-22
Publicatiedatum 2020-06-14
Beoordeling 4.73/5 Totaal 15 Beoordelingen
Ontwikkelaar https://braidhq.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://braidhq.com
Help Pagina-URL https://braidhq.com/help/
URL van de Privacybeleid Pagina https://braidhq.com/privacy-policy
Ondersteunde Talen 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:;"
}