Firebase User Changer
Extension that helps changing the firebase console url to a specific user.
Cos'è Firebase User Changer?
Firebase User Changer è un'estensione di Chrome sviluppata da Alejandro Rosas, e la sua funzione principale è "Extension that helps changing the firebase console url to a specific user.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Firebase User Changer
Scarica i file di estensione Firebase User Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Firebase User Changer |
ID | hifpbkhihabmonkmioehggekhokngnch |
URL Ufficiale | https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch |
Descrizione | Extension that helps changing the firebase console url to a specific user. |
Dimensione del File | 16.47 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2023-12-21 |
Data di Pubblicazione | 2020-05-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Alejandro Rosas |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/alejandrorosas/firebase-user-changer |
Lingue Supportate | 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\/*" ] } |