Simple Birthday Reminder

This extension will help you remember all your friends' birthdays. Now with Facebook support!

什麼是Simple Birthday Reminder?

Simple Birthday Reminder是由masterspark開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you remember all your friends' birthdays. Now with Facebook support!”。

擴展截圖

screenshot
screenshot

下載Simple Birthday Reminder擴展crx文件

下載Simple Birthday Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Using data from your Facebook account or dates you enter in a Google spreadsheet, this reminder will provide an easy way to remember the birthdays of the important people in your life.

If you connect with Facebook, you will be able to see upcoming birthdays any time!

In the Google spreadsheet, enter the birth date in the first column, the name in the second column, and optionally, the email in the third column.

Now available:
Direct connection to Facebook!

Edit the spreadsheet directly from the reminder.

Coming soon:
Translations into other languages                    

擴展基本資訊

名稱 Simple Birthday Reminder Simple Birthday Reminder
ID jpajemhbgnpengoegcicnbbakidampaj
官方網址 https://chrome.google.com/webstore/detail/simple-birthday-reminder/jpajemhbgnpengoegcicnbbakidampaj
簡介 This extension will help you remember all your friends' birthdays. Now with Facebook support!
檔案大小 453 KB
安裝次數 545
目前版本 1.4.2
更新時間 2014-02-07
上架時間 2014-02-07
評分 2.95/5 共 21 次評分
開發者 masterspark
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Birthday Reminder",
    "short_name": "Reminder",
    "description": "This extension will help you remember all your friends' birthdays. Now with Facebook support!",
    "version": "1.4.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/*.google-analytics.com https:\/\/*.facebook.com; object-src 'self'  https:\/\/*.facebook.com",
    "permissions": [
        "https:\/\/*.google.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/simple-birthday-reminder.googlecode.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.js",
            "js\/jquery-ui.js",
            "js\/analytics.js",
            "js\/facebook_lite.js",
            "sbr.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}