Social Birthdays Export

This extension lets you export the birthdays from social website in a CSV.

Social Birthdays Exportคืออะไร?

Social Birthdays Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deepakmahakale.in/social_birthdays_export และคุณลักษณะหลักของมันคือ "This extension lets you export the birthdays from social website in a CSV."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Birthdays Export

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

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

                        This extension let you download the birthdays from Social sites into a CSV.

Steps to download the CSV:
1. Click on Events 
2. Click on Birthdays tab  OR (Visit https://www.facebook.com/events/birthdays) 
3. Click on the "Social Birthdays Export" extension and click "Download"

Once the CSV is downloaded you can upload the CSV into google calendar. 

Steps to Upload the CSV:
https://youtu.be/ArR8Qv7v0mM?rel=0

Changelog:

2.0
* Add FB profile id of user in the event description

1.2
* Fix: Alternate record was skipped
* Fix: Allow hyphen in name

1.1
* Initial Release                    

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

ชื่อ Social Birthdays Export Social Birthdays Export
ID enpcedkgdcblopaldlgcajgebojbnhao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-birthdays-export/enpcedkgdcblopaldlgcajgebojbnhao
คำอธิบาย This extension lets you export the birthdays from social website in a CSV.
ขนาดไฟล์ 23 KB
จำนวนการติดตั้ง 1,746
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-08-22
วันที่เผยแพร่ 2019-10-03
คะแนน 3.44/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://deepakmahakale.in/social_birthdays_export
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Birthdays Export",
    "version": "2.0",
    "description": "This extension lets you export the birthdays from social website in a CSV.",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/social_export16.png",
            "32": "images\/social_export32.png",
            "48": "images\/social_export48.png",
            "128": "images\/social_export128.png"
        }
    },
    "icons": {
        "16": "images\/social_export16.png",
        "32": "images\/social_export32.png",
        "48": "images\/social_export48.png",
        "128": "images\/social_export128.png"
    },
    "manifest_version": 2
}