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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } |