Breef for Gmail™

Sort your inbox into bundles. No more context switching.

Breef for Gmail™ क्या है?

Breef for Gmail™ https://getbreef.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort your inbox into bundles. No more context switching."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Breef for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sick of constantly switching gears in your inbox? 

It's not your fault. Receiving emails is easy... but keeping up? Not so much. 

Breef will sort your emails into bundles, so you can focus on one thing at once. 

And to help you read those emails faster, it lets you scroll them all in one go - just like Instagram or Twitter. 

Breef is privacy-first. You don't need to approve data access to your Gmail to use it. See https://www.getbreef.com/privacy

And if you uninstall it, it returns Gmail to exactly how it is now. It leaves no trace.                    

एक्सटेंशन की मूल जानकारी

नाम Breef for Gmail™ Breef for Gmail™
ID mnmmifodhaffbmhplackgideaammgjjb
आधिकारिक URL https://chromewebstore.google.com/detail/breef-for-gmail/mnmmifodhaffbmhplackgideaammgjjb
विवरण Sort your inbox into bundles. No more context switching.
फ़ाइल का आकार 8.72 MB
स्थापना संख्या 1,020
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-02-15
प्रकाशन तिथि 2021-11-10
रेटिंग 5.00/5 कुल 27 रेटिंग्स
डेवलपर https://getbreef.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.getbreef.com/?cws
सहायता पृष्ठ URL https://www.getbreef.com/organize-your-inbox
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuK6g8G+YMBeXK1\/efNV44+lZXs2rhm2EbVmOG3tuTtiD+Iyg6R+KGDQzYR7HKDFprY2CHFOx3FXOG00ibkea0zUp\/wE0XdtH6BPXffqJc3Y4eLzrpgom1XdFGJb2AYlV9+ruSPlQYe5INq5pJxVvPqqCmn0UY\/DNuwKJgunGU06\/ObtpXGzjekBBesvau0gdIAm2RwzbU0f9bwVoP9QGDyZSCVvsVg3UG27Q5YT4teohqKMmYhDvULwKhZFJXPsUr98V9zuUov9RPY+KwgJuCegSYFea5Bp5G+QOzJHFREb2F1yvINF8EXKCJsE0Mps3Jt3vKESmecTVOTrlmX3tqQIDAQAB",
    "manifest_version": 2,
    "name": "Breef for Gmail\u2122",
    "description": "Sort your inbox into bundles. No more context switching.",
    "version": "1.1.2",
    "icons": {
        "128": "assets\/breef-logo-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/inboxsdk.js",
                "content-script.js"
            ],
            "css": [
                "assets\/styles.global.css",
                "assets\/styles.modules.content-script.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "default-src 'none'; frame-src 'self' https:\/\/breef-52773.firebaseapp.com\/ ; style-src 'self'; font-src 'self'; img-src 'self'; script-src 'self' https:\/\/apis.google.com\/ https:\/\/*.firebaseio.com\/; object-src 'self'; connect-src 'self' https:\/\/api.getbreef.com\/ https:\/\/*.googleapis.com\/ https:\/\/*.firebaseio.com\/ https:\/\/accounts.google.com\/.well-known\/openid-configuration"
}