Birthday Calendar Exporter for Facebook

Import friends birthdays from facebook to your favorite calendar.

Birthday Calendar Exporter for Facebookคืออะไร?

Birthday Calendar Exporter for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Pshenichny และคุณลักษณะหลักของมันคือ "Import friends birthdays from facebook to your favorite calendar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Birthday Calendar Exporter for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย Birthday Calendar Exporter for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension you will
- Follow and never miss your Facebook friends' birthdays.
- Generate and export a calendar with all your Facebook friends' birthdays.
- See number of your friends having birthday today at the extension "cake" icon.
- Have a birthdays' calendar overview.

The birthdays calendar can be exported in `ICS` format.
Dates of birth can be downloaded as the `CSV` file as well.

* ICS is a universal calendar format used by Microsoft Outlook, Google Calendar, and Apple Calendar.
* CSV file format used by Microsoft Excel or Google Sheets.

At the end of the process a file named `birthday-calendar.ics` will be downloaded automatically to your Downloads folder.
Use the generated file to import your friends' birthdays to your favorite calendar program.
I strongly recommend creating a new Birthday themed sub-calendar and use it for imports.

FAQ
Question: I have accidentally exported birthdays to my main calendar, how to reverse it?
Answer: Only Google Calendar properly supports event removal. Head to the "Download Calendar" tab and use "Delete Imported ICS from Google Calendar". A file named `delete-birthday-calendar.ics` will be downloaded. Import the file to the respective calendar.

Question: Is it possible to remove some of the contacts before importing to the calendar?
Answer: There is command line tool you can use: https://github.com/guenter-r/calendar_file_splitter

Changelog
3.1.0
- Dates of birth can be downloaded as the `CSV` file.
3.0.0
- A scrollable calendar with a list of friends' birthdays.
- Number of birthdays displayed on the "cake" icon after scanning Facebook friends' birthdays.
- Date format can be changed for CSV format.
- Sophisticated work with a Facebook apis, fast and safe.
- Better UI and UX.

2.2.0
- Remove imported events from Google Calendar
- Export as CSV
2.1.0
- Works with both new and old Facebook.
- Makes ajax requests instead of scrolling the birthday page down.
- Fixed issue with missing persons on month joints.
2.0.0
- All the events are recurring now, and will be repeated yearly.
- Events will appear as 'FREE' instead of 'BUSY'
1.0.0
- Bug Fix: When Facebook interface was set to 'English (UK)' calendar generated wrong dates.
- Supported facebook languages: English (UK), English (US), Русский, Українська, עברית

Things to improve
It is open source, feel free to check it here: https://github.com/zagushka/birthday-calendar-extractor
- Option to edit birthdays before generating the calendar file.
- Direct export to Google Calendar.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Birthday Calendar Exporter for Facebook Birthday Calendar Exporter for Facebook
ID imielmggcccenhgncmpjlehemlinhjjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/birthday-calendar-exporte/imielmggcccenhgncmpjlehemlinhjjo
คำอธิบาย Import friends birthdays from facebook to your favorite calendar.
ขนาดไฟล์ 1.65 MB
จำนวนการติดตั้ง 27,502
เวอร์ชันปัจจุบัน 3.1.4
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2020-05-30
คะแนน 4.53/5 รวมทั้งหมด 474 คะแนน
ผู้พัฒนา Peter Pshenichny
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/zagushka/birthday-calendar-extractor
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.1.4",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "scripting",
        "downloads"
    ],
    "icons": {
        "16": "icons\/icon.16.png",
        "32": "icons\/icon.32.png",
        "48": "icons\/icon.48.png",
        "64": "icons\/icon.64.png",
        "128": "icons\/icon.128.png",
        "256": "icons\/icon.256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}