Inbox Reborn theme for Gmail™

Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™

Inbox Reborn theme for Gmail™ क्या है?

Inbox Reborn theme for Gmail™ blackmirrorstudiollc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™"।

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

screenshot
screenshot

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

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

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

                        ABOUT
_________________________________________________________

Inbox Reborn theme for Gmail™ is an extension created by multiple developers all over the world wanting to bring back the look and feel of Google Inbox. This extension was created to keep those amazing features alive through simplistic code to beatify Gmail™.


PRIVACY POLICY
_________________________________________________________

Inbox Reborn theme for Gmail™ has no ads, no analytics, no trackers, no cookies, and does not send or receive personal information from this extension.  All our code is open source which can be viewed on our GitHub (https://github.com/team-inbox/inbox-reborn)


HAVE FEEDBACK OR QUESTIONS?
_________________________________________________________

If you have any issues with this extension or see bugs or features you would like us to add please post on our GitHub page (https://github.com/team-inbox/inbox-reborn/issues)                    

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

नाम Inbox Reborn theme for Gmail™ Inbox Reborn theme for Gmail™
ID bkphmihkdbdgedlaflnkhnmnmibffomf
आधिकारिक URL https://chromewebstore.google.com/detail/inbox-reborn-theme-for-gm/bkphmihkdbdgedlaflnkhnmnmibffomf
विवरण Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™
फ़ाइल का आकार 1.14 MB
स्थापना संख्या 639
वर्तमान संस्करण 0.5.9.30
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2021-04-24
रेटिंग 4.94/5 कुल 16 रेटिंग्स
डेवलपर blackmirrorstudiollc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://teaminbox.dev/
सहायता पृष्ठ URL https://github.com/team-inbox/inbox-reborn/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Reborn theme for Gmail\u2122",
    "version": "0.5.9.30",
    "manifest_version": 2,
    "description": "Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail\u2122",
    "homepage_url": "https:\/\/github.com\/team-inbox\/inbox-reborn",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_popup": "src\/options\/options.html"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "src\/style.css"
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}