Firebase User Changer

Extension that helps changing the firebase console url to a specific user.

O que é Firebase User Changer?

Firebase User Changer é uma extensão do Chrome desenvolvida por Alejandro Rosas, e sua principal característica é "Extension that helps changing the firebase console url to a specific user.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Firebase User Changer

Baixe arquivos de extensão Firebase User Changer 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

                        Extension that helps changing the firebase console url to a specific user, this avoids going to the first firebase account when using firebase console links without user identifier.                    

Informações Básicas da Extensão

Nome Firebase User Changer Firebase User Changer
ID hifpbkhihabmonkmioehggekhokngnch
URL Oficial https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch
Descrição Extension that helps changing the firebase console url to a specific user.
Tamanho do Arquivo 16.47 KB
Contagem de Instalações 90
Versão Atual 0.2.0
Última Atualização 2023-12-21
Data de Publicação 2020-05-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Alejandro Rosas
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/alejandrorosas/firebase-user-changer
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Firebase User Changer",
    "version": "0.2.0",
    "description": "Extension that helps changing the firebase console url to a specific user.",
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/console.firebase.google.com\/*",
        "*:\/\/play.google.com\/*"
    ]
}