Add to Calendar (powered by AI)
The most accurate and intelligent way to add events to your calendar from any webpage.
Add to Calendar (powered by AI) क्या है?
Add to Calendar (powered by AI) faizanali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most accurate and intelligent way to add events to your calendar from any webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add to Calendar (powered by AI) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever find yourself copying events from webpages into your calendar app? It's annoying, manual, and error-prone. Calendify simplifies that for you! It extracts events out of the webpage you're on and lets you add the event (or multiple events) to your favorite calendar app! Supported: Google Calendar, Yahoo, iCal, Outlook It will parse out event details and let you edit them before adding to your calendar. Multiple events are a breeze! ## Highlighting events Too many events on the page? Just highlight the one you're interested in, right click and Calendify! Shortcut: Use Ctrl + Shift + E to trigger the extension on Windows, Cmd + Shift + E on Mac! Notes: - As a free extension, it will get better over time, feedback and bug reports are welcome :) - The Google Events webpage is not supported. It has great add-to-calendar functionality already. - Email inboxes are not fully supported. Coming at a future date!
एक्सटेंशन की मूल जानकारी
नाम | Add to Calendar (powered by AI) |
ID | lfkaomidfbanpoljidfdcocehjgkpdpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-to-calendar-powered-b/lfkaomidfbanpoljidfdcocehjgkpdpp |
विवरण | The most accurate and intelligent way to add events to your calendar from any webpage. |
फ़ाइल का आकार | 254 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2023-08-29 |
प्रकाशन तिथि | 2023-08-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | faizanali |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://faizanali.com/calendify/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Calendar (powered by AI)", "description": "The most accurate and intelligent way to add events to your calendar from any webpage.", "author": "[email protected]", "version": "0.0.5", "manifest_version": 3, "action": { "default_title": "Add events to your calendar from any webpage with ease.", "default_popup": "index.html", "default_icon": "calicon.png" }, "background": { "service_worker": "service-worker.js" }, "icons": { "16": "calicon-16x16.png", "48": "calicon-48x48.png", "128": "calicon-128x128.png" }, "content_scripts": [ { "matches": [ " |