Birthday Reminder
Birthday Reminder for Your Friends and Family!
什麼是Birthday Reminder?
Birthday Reminder是由Furkan Çakır開發的Chrome擴展程式,該擴展的主要功能是“Birthday Reminder for Your Friends and Family!”。
擴展截圖
下載Birthday Reminder擴展crx文件
下載Birthday Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When the person's birthday arrives, the Chrome application will remind you of it and also send a reminder email. 擴展基本資訊
| 名稱 | |
| ID | oimnpbjciphnebiblcjlckmjnmnnaoej |
| 官方網址 | https://chromewebstore.google.com/detail/birthday-reminder/oimnpbjciphnebiblcjlckmjnmnnaoej |
| 簡介 | Birthday Reminder for Your Friends and Family! |
| 檔案大小 | 646 KB |
| 安裝次數 | 221 |
| 目前版本 | 0.1.3 |
| 更新時間 | 2023-11-23 |
| 上架時間 | 2023-03-31 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | Furkan Çakır |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://gizlilik-sozlemesi.furkancakr.online/gizlilik.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.3",
"manifest_version": 3,
"name": "Birthday Reminder",
"description": "Birthday Reminder for Your Friends and Family!",
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"identity"
],
"icons": {
"48": "src\/images\/cake.png"
},
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "YOUR_CLIENT_ID",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_scripts": [
{
"matches": [
" | |