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!"입니다.
확장 프로그램 스크린샷
Simple Birthday Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" } } |