CalIntra

Sync 42 school events to your calendar with CalIntra. Automate event syncing to logtime with Cali vibes! Requires Intra Improved

CalIntra là gì?

CalIntra là một tiện ích mở rộng Chrome được phát triển bởi glizzykingdreko, và tính năng chính của nó là "Sync 42 school events to your calendar with CalIntra. Automate event syncing to logtime with Cali vibes! Requires Intra Improved".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CalIntra

Tải xuống các tệp mở rộng CalIntra dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        CalIntra is a Chrome extension that revolutionizes the way you manage your 42 school platform events, making it a breeze to sync them with your personal calendar while injecting a touch of Cali vibe to your academic scheduling. 

This extension is designed for students and staff of the 42 school who want to simplify their event planning and effortlessly stay up-to-date with their registered events. With CalIntra, you can:

- Automatically Sync Events: CalIntra seamlessly integrates your 42 school platform events with your personal calendar, ensuring that you never miss an important deadline, meeting, or group activity. With real-time synchronization, your calendar will always be current and accurate.

- Streamline Logtime Management: CalIntra automates the process of syncing your registered events to logtime by creating a calendar, making it easy for you to track your progress and stay on top of your academic responsibilities.

- Enhance Scheduling Experience: By bringing the Cali vibe to your scheduling, CalIntra adds a touch of fun and inspiration to your academic planning. Stay organized and motivated with the California-inspired efficiency of this extension.

- Easy to Set Up: CalIntra is simple to install and requires minimal configuration. Simply add the extension to your Chrome browser and experience the convenience it offers.

- Never Miss an Event: CalIntra helps you remember and never miss or forget about the events you have been registered to, ensuring that you stay on track and make the most of your academic opportunities.

Note: For optimal functionality, Intra Improved must be installed.

Why Install CalIntra?

CalIntra is perfect for anyone who wants to make the most out of their 42 school experience. By streamlining the process of syncing events and logtime, this extension saves you time and effort, allowing you to focus on what really matters: your education and personal growth.

Furthermore, the Cali vibe brought to your scheduling by CalIntra adds a touch of excitement and inspiration to your academic planning, ensuring that you stay motivated and engaged throughout your educational journey.

Open Source and Transparent: CalIntra is an open-source project, and its source code is available on the GlizzyKingDreko GitHub profile (https://github.com/glizzykingdreko/CalIntra). Feel free to explore, contribute, or provide feedback to help improve the extension further.

Don't miss out on the benefits of CalIntra! Install the extension today and experience the convenience and California-inspired efficiency it brings to your academic life.

Intra url: https://projects.intra.42.fr/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CalIntra CalIntra
ID chhhmcbgkanelpkohjoopcgfgameoabi
URL Chính Thức https://chromewebstore.google.com/detail/calintra/chhhmcbgkanelpkohjoopcgfgameoabi
Mô tả Sync 42 school events to your calendar with CalIntra. Automate event syncing to logtime with Cali vibes! Requires Intra Improved
Kích Thước Tệp 2.07 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2023-04-22
Ngày Phát Hành 2023-04-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển glizzykingdreko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/glizzykingdreko/CalIntra
URL Trang Trợ Giúp https://github.com/glizzykingdreko/CalIntra
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CalIntra",
    "version": "0.1.4",
    "description": "Sync 42 school events to your calendar with CalIntra. Automate event syncing to logtime with Cali vibes! Requires Intra Improved",
    "permissions": [],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/profile.intra.42.fr\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}