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 là gì?
Firebase Auth in Chrome Extension Sample là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This sample shows how to authorize Firebase in a Chrome extension using a Google account.".
Tải xuống tệp CRX của tiện ích mở rộng Firebase Auth in Chrome Extension Sample
Tải xuống các tệp mở rộng Firebase Auth in Chrome Extension Sample dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Test app
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Firebase Auth in Chrome Extension Sample |
ID | ejnokdomlkkeehonbbhhipcgflfnfmjj |
URL Chính Thức | https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj |
Mô tả | This sample shows how to authorize Firebase in a Chrome extension using a Google account. |
Kích Thước Tệp | 2.83 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-01-07 |
Ngày Phát Hành | 2018-01-07 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |