Snap2Calendar Birthday Export

Allows exporting of birthdays from Snapchat to your calendar (ICAL format)

Snap2Calendar Birthday Export란 무엇입니까?

Snap2Calendar Birthday Export은(는) https://j4a.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows exporting of birthdays from Snapchat to your calendar (ICAL format)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Snap2Calendar Birthday Export 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily export all the birthdays you care about!

If you have a mind like a sieve when it comes to remembering birthdays, this little extension is more reliable than tattooing dates on your forearm. It exports the birthdays of your Snapchat friends to your calendar - because, really, who needs another reason for their partner to give them the silent treatment?

This extension is in no way affiliated with Snap Inc.                    

확장 프로그램 기본 정보

이름 Snap2Calendar Birthday Export Snap2Calendar Birthday Export
ID hejjegjbfaabkgaejceenfeeeocbocmk
공식 URL https://chromewebstore.google.com/detail/snap2calendar-birthday-ex/hejjegjbfaabkgaejceenfeeeocbocmk
설명 Allows exporting of birthdays from Snapchat to your calendar (ICAL format)
파일 크기 1.76 MB
설치 횟수 23
현재 버전 0.0.5
최근 업데이트 2024-01-12
출시 날짜 2023-09-26
평점 5.00/5 총 1 개의 평점
개발자 https://j4a.uk
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://j4a.uk/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "64": "icon64.e09346de.png",
        "512": "icon512.1bf45a08.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.5",
    "author": "James",
    "name": "Snap2Calendar Birthday Export",
    "description": "Allows exporting of birthdays from Snapchat to your calendar (ICAL format)",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.snapchat.com\/*"
            ],
            "js": [
                "main.7ee886d8.js"
            ],
            "run_at": "document_idle",
            "css": [
                "style.bdca071d.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/web.snapchat.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.snapchat.com\/*"
        ]
    }
}