Firebase Auth in Chrome Extension Sample
This sample shows how to authorize Firebase in a Chrome extension using a Google account.
Co to jest Firebase Auth in Chrome Extension Sample?
Firebase Auth in Chrome Extension Sample to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This sample shows how to authorize Firebase in a Chrome extension using a Google account.”.
Pobierz plik CRX rozszerzenia Firebase Auth in Chrome Extension Sample
Pobierz pliki rozszerzeń Firebase Auth in Chrome Extension Sample w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Test app                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ejnokdomlkkeehonbbhhipcgflfnfmjj | 
| Oficjalny URL | https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj | 
| Opis | This sample shows how to authorize Firebase in a Chrome extension using a Google account. | 
| Rozmiar pliku | 2.83 KB | 
| Liczba instalacji | 36 | 
| Aktualna Wersja | 0.1 | 
| Ostatnia Aktualizacja | 2018-01-07 | 
| Data Publikacji | 2018-01-07 | 
| Deweloper | Unknown | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    ]
}  |  |