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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Test app
معلومات أساسية عن التمديد
الاسم | Firebase Auth in Chrome Extension Sample |
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" ] } |