Firebase User Changer
Extension that helps changing the firebase console url to a specific user.
Co je Firebase User Changer?
Firebase User Changer je rozšíření Chrome vyvinuté Alejandro Rosas, a jeho hlavní funkcí je „Extension that helps changing the firebase console url to a specific user.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Firebase User Changer
Stáhněte si soubory rozšíření Firebase User Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Firebase User Changer |
ID | hifpbkhihabmonkmioehggekhokngnch |
Oficiální URL | https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch |
Popis | Extension that helps changing the firebase console url to a specific user. |
Velikost souboru | 16.47 KB |
Počet instalací | 90 |
Aktuální Verze | 0.2.0 |
Poslední Aktualizace | 2023-12-21 |
Datum Vydání | 2020-05-20 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Alejandro Rosas |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/alejandrorosas/firebase-user-changer |
Podporované Jazyky | 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\/*" ] } |