Firebase User Changer
Extension that helps changing the firebase console url to a specific user.
Wat is Firebase User Changer?
Firebase User Changer is een Chrome-extensie ontwikkeld door Alejandro Rosas, en de belangrijkste functie is "Extension that helps changing the firebase console url to a specific user.".
Extensie Screenshots
Download het CRX-bestand van de extensie Firebase User Changer
Download Firebase User Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Firebase User Changer |
ID | hifpbkhihabmonkmioehggekhokngnch |
Officiële URL | https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch |
Beschrijving | Extension that helps changing the firebase console url to a specific user. |
Bestandsgrootte | 16.47 KB |
Aantal Installaties | 90 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2023-12-21 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Alejandro Rosas |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alejandrorosas/firebase-user-changer |
Ondersteunde Talen | 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\/*" ] } |