Firebase User Changer

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

Firebase User Changerとは何ですか?

Firebase User ChangerはAlejandro Rosasによって開発されたChromeの拡張機能で、その主な機能は「Extension that helps changing the firebase console url to a specific user.」です。

拡張機能のスクリーンショット

screenshot

Firebase User Changer拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}