Firebase User Changer
Extension that helps changing the firebase console url to a specific user.
Vad är Firebase User Changer?
Firebase User Changer är en Chrome-tillägg utvecklad av Alejandro Rosas, och dess huvudfunktion är "Extension that helps changing the firebase console url to a specific user.".
Tilläggsskärmbilder
Ladda ner Firebase User Changer-förlängningens CRX-fil
Ladda ner Firebase User Changer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Firebase User Changer |
ID | hifpbkhihabmonkmioehggekhokngnch |
Officiell webbadress | https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch |
Beskrivning | Extension that helps changing the firebase console url to a specific user. |
Filstorlek | 16.47 KB |
Antal Installationer | 90 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2023-12-21 |
Publiceringsdatum | 2020-05-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Alejandro Rosas |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/alejandrorosas/firebase-user-changer |
Stödda Språk | 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\/*" ] } |