Simple Birthday Reminder

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

Qu'est-ce que Simple Birthday Reminder ?

Simple Birthday Reminder est une extension Chrome développée par masterspark, et sa fonction principale est "This extension will help you remember all your friends' birthdays. Now with Facebook support!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Birthday Reminder

Téléchargez les fichiers d'extension Simple Birthday Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Simple Birthday Reminder Simple Birthday Reminder
ID jpajemhbgnpengoegcicnbbakidampaj
URL Officiel https://chrome.google.com/webstore/detail/simple-birthday-reminder/jpajemhbgnpengoegcicnbbakidampaj
Description This extension will help you remember all your friends' birthdays. Now with Facebook support!
Taille du Fichier 453 KB
Nombre d'Installations 545
Version Actuelle 1.4.2
Dernière Mise à Jour 2014-02-07
Date de Publication 2014-02-07
Évaluation 2.95/5 Total 21 Évaluations
Développeur masterspark
Type de Paiement free
Langues Prises en Charge 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"
    }
}