Snap2Calendar Birthday Export
Allows exporting of birthdays from Snapchat to your calendar (ICAL format)
Snap2Calendar Birthday Export क्या है?
Snap2Calendar Birthday Export https://j4a.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows exporting of birthdays from Snapchat to your calendar (ICAL format)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snap2Calendar Birthday Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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\/*" ] } } |