Inbox Reborn theme for Gmail™

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

O que é Inbox Reborn theme for Gmail™?

Inbox Reborn theme for Gmail™ é uma extensão do Chrome desenvolvida por blackmirrorstudiollc, e sua principal característica é "Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Inbox Reborn theme for Gmail™

Baixe arquivos de extensão Inbox Reborn theme for Gmail™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Inbox Reborn theme for Gmail™ Inbox Reborn theme for Gmail™
ID bkphmihkdbdgedlaflnkhnmnmibffomf
URL Oficial https://chromewebstore.google.com/detail/inbox-reborn-theme-for-gm/bkphmihkdbdgedlaflnkhnmnmibffomf
Descrição Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 639
Versão Atual 0.5.9.30
Última Atualização 2024-02-16
Data de Publicação 2021-04-24
Classificação 4.94/5 Total de 16 Avaliações
Desenvolvedor blackmirrorstudiollc
Email info@teaminbox.dev
Tipo de Pagamento free
Site da Extensão https://teaminbox.dev/
URL da Página de Ajuda https://github.com/team-inbox/inbox-reborn/issues
Idiomas Suportados 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": "inbox-reborn-new@team-inbox.github.io"
        }
    },
    "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\/*"
    ]
}