Firebase User Changer

Extension that helps changing the firebase console url to a specific user.

Firebase User Changer क्या है?

Firebase User Changer Alejandro Rosas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that helps changing the firebase console url to a specific user."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Firebase User Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}