Simple Birthday Reminder

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

Simple Birthday Reminder क्या है?

Simple Birthday Reminder masterspark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you remember all your friends' birthdays. Now with Facebook support!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Birthday Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}