Simple Birthday Reminder
This extension will help you remember all your friends' birthdays. Now with Facebook support!
O que é Simple Birthday Reminder?
Simple Birthday Reminder é uma extensão do Chrome desenvolvida por masterspark, e sua principal característica é "This extension will help you remember all your friends' birthdays. Now with Facebook support!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Birthday Reminder
Baixe arquivos de extensão Simple Birthday Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jpajemhbgnpengoegcicnbbakidampaj |
URL Oficial | https://chrome.google.com/webstore/detail/simple-birthday-reminder/jpajemhbgnpengoegcicnbbakidampaj |
Descrição | This extension will help you remember all your friends' birthdays. Now with Facebook support! |
Tamanho do Arquivo | 453 KB |
Contagem de Instalações | 545 |
Versão Atual | 1.4.2 |
Última Atualização | 2014-02-07 |
Data de Publicação | 2014-02-07 |
Classificação | 2.95/5 Total de 21 Avaliações |
Desenvolvedor | masterspark |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |