Social Birthdays Export

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

Social Birthdays Export क्या है?

Social Birthdays Export https://deepakmahakale.in/social_birthdays_export द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you export the birthdays from social website in a CSV."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social Birthdays Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}