Firebase Auth in Chrome Extension Sample
This sample shows how to authorize Firebase in a Chrome extension using a Google account.
Что такое Firebase Auth in Chrome Extension Sample?
Firebase Auth in Chrome Extension Sample - это расширение Chrome, разработанное Unknown, и его основная функция - "This sample shows how to authorize Firebase in a Chrome extension using a Google account.".
Скачать файл CRX расширения Firebase Auth in Chrome Extension Sample
Скачайте файлы расширений Firebase Auth in Chrome Extension Sample в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Test app Основная информация о расширении
| Название | |
| ID | ejnokdomlkkeehonbbhhipcgflfnfmjj |
| Официальный URL | https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj |
| Описание | This sample shows how to authorize Firebase in a Chrome extension using a Google account. |
| Размер файла | 2.83 KB |
| Количество установок | 36 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2018-01-07 |
| Дата публикации | 2018-01-07 |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
} | |