Birthday Reminder

Birthday Reminder for Your Friends and Family!

Birthday Reminderとは何ですか?

Birthday ReminderはFurkan Çakırによって開発されたChromeの拡張機能で、その主な機能は「Birthday Reminder for Your Friends and Family!」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Birthday Reminder Birthday Reminder
ID oimnpbjciphnebiblcjlckmjnmnnaoej
公式URL 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
Eメール [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": [
                ""
            ],
            "js": [
                "celebration.js"
            ]
        }
    ]
}