Firebase User Changer
Extension that helps changing the firebase console url to a specific user.
ما هو Firebase User Changer؟
Firebase User Changer هو إضافة Chrome تم تطويرها بواسطة Alejandro Rosas، والميزة الرئيسية لها هي "Extension that helps changing the firebase console url to a specific user.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Firebase User Changer
قم بتنزيل ملفات الامتداد Firebase User Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Firebase User Changer |
ID | hifpbkhihabmonkmioehggekhokngnch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/firebase-user-changer/hifpbkhihabmonkmioehggekhokngnch |
الوصف | Extension that helps changing the firebase console url to a specific user. |
حجم الملف | 16.47 KB |
عدد التثبيتات | 90 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2023-12-21 |
تاريخ النشر | 2020-05-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Alejandro Rosas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/alejandrorosas/firebase-user-changer |
اللغات المدعومة | 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\/*" ] } |