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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you export the birthdays from social website in a CSV."입니다.
확장 프로그램 스크린샷
Social Birthdays Export 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |