Firebase Auth in Chrome Extension Sample
This sample shows how to authorize Firebase in a Chrome extension using a Google account.
Wat is Firebase Auth in Chrome Extension Sample?
Firebase Auth in Chrome Extension Sample is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This sample shows how to authorize Firebase in a Chrome extension using a Google account.".
Download het CRX-bestand van de extensie Firebase Auth in Chrome Extension Sample
Download Firebase Auth in Chrome Extension Sample-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Test app Basisinformatie over de Extensie
| Naam | |
| ID | ejnokdomlkkeehonbbhhipcgflfnfmjj |
| Officiële URL | https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj |
| Beschrijving | This sample shows how to authorize Firebase in a Chrome extension using a Google account. |
| Bestandsgrootte | 2.83 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2018-01-07 |
| Publicatiedatum | 2018-01-07 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |