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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firebase User Changer

ดาวน์โหลดไฟล์ส่วนขยาย Firebase User Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
    ]
}