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开发的Chrome扩展程序,该扩展的主要功能是“The most accurate and intelligent way to add events to your calendar from any webpage.”。
扩展截图
下载Add to Calendar (powered by AI)扩展crx文件
下载Add to Calendar (powered by AI)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |