Firebase Auth in Chrome Extension Sample
This sample shows how to authorize Firebase in a Chrome extension using a Google account.
Vad är Firebase Auth in Chrome Extension Sample?
Firebase Auth in Chrome Extension Sample är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This sample shows how to authorize Firebase in a Chrome extension using a Google account.".
Ladda ner Firebase Auth in Chrome Extension Sample-förlängningens CRX-fil
Ladda ner Firebase Auth in Chrome Extension Sample-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Test app
Grundläggande Information om Tillägg
Namn | Firebase Auth in Chrome Extension Sample |
ID | ejnokdomlkkeehonbbhhipcgflfnfmjj |
Officiell webbadress | https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj |
Beskrivning | This sample shows how to authorize Firebase in a Chrome extension using a Google account. |
Filstorlek | 2.83 KB |
Antal Installationer | 36 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2018-01-07 |
Publiceringsdatum | 2018-01-07 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } |