Braid
Team and Project Alignment built into Gmail, Google Calendar, and Slack
Braid क्या है?
Braid https://braidhq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Team and Project Alignment built into Gmail, Google Calendar, and Slack"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Braid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:;" } |