Birthday Reminder
Birthday Reminder for Your Friends and Family!
What is Birthday Reminder?
Birthday Reminder is a Chrome extension developed by Furkan Çakır, and its main feature is "Birthday Reminder for Your Friends and Family!".
Extension Screenshots
Download Birthday Reminder Extension CRX File
Download Birthday Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When the person's birthday arrives, the Chrome application will remind you of it and also send a reminder email.
Extension Basic Information
Name | Birthday Reminder |
ID | oimnpbjciphnebiblcjlckmjnmnnaoej |
Official URL | https://chromewebstore.google.com/detail/birthday-reminder/oimnpbjciphnebiblcjlckmjnmnnaoej |
Description | Birthday Reminder for Your Friends and Family! |
File Size | 646 KB |
Installation Count | 221 |
Current Version | 0.1.3 |
Last Updated | 2023-11-23 |
Publish Date | 2023-03-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Furkan Çakır |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://gizlilik-sozlemesi.furkancakr.online/gizlilik.html |
Supported Languages | 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": [ " |