Snap2Calendar Birthday Export
Allows exporting of birthdays from Snapchat to your calendar (ICAL format)
ما هو Snap2Calendar Birthday Export؟
Snap2Calendar Birthday Export هو إضافة Chrome تم تطويرها بواسطة https://j4a.uk، والميزة الرئيسية لها هي "Allows exporting of birthdays from Snapchat to your calendar (ICAL format)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snap2Calendar Birthday Export
قم بتنزيل ملفات الامتداد Snap2Calendar Birthday Export بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |