Firebase Auth in Chrome Extension Sample

This sample shows how to authorize Firebase in a Chrome extension using a Google account.

What is Firebase Auth in Chrome Extension Sample?

Firebase Auth in Chrome Extension Sample is a Chrome extension developed by Unknown, and its main feature is "This sample shows how to authorize Firebase in a Chrome extension using a Google account.".

Download Firebase Auth in Chrome Extension Sample Extension CRX File

Download Firebase Auth in Chrome Extension Sample extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Test app                    

Extension Basic Information

Name Firebase Auth in Chrome Extension Sample Firebase Auth in Chrome Extension Sample
ID ejnokdomlkkeehonbbhhipcgflfnfmjj
Official URL https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj
Description This sample shows how to authorize Firebase in a Chrome extension using a Google account.
File Size 2.83 KB
Installation Count 36
Current Version 0.1
Last Updated 2018-01-07
Publish Date 2018-01-07
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Firebase Auth in Chrome Extension Sample",
    "description": "This sample shows how to authorize Firebase in a Chrome extension using a Google account.",
    "version": "0.1",
    "permissions": [
        "identity"
    ]
}