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文件

下載Snap2Calendar Birthday Export擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}