Scheduler Organizer

LMS.TSU.ge-ის ცხრილის გამაკეთილშობილებელი.

What is Scheduler Organizer?

Scheduler Organizer is a Chrome extension developed by ZukaGap, and its main feature is "LMS.TSU.ge-ის ცხრილის გამაკეთილშობილებელი.".

Extension Screenshots

screenshot

Download Scheduler Organizer Extension CRX File

Download Scheduler Organizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        დაალაგეთ ცხრილი კვირის დღეების მიხედვით...
გაფართოვება უსაფრთხოა და მისი კოდი ხელმისაწვდომია.
რეპოზიტორიის  მისამართი:  https://github.com/ZukaGap/lms-tsu-schedule-prettifier                    

Extension Basic Information

Name Scheduler Organizer Scheduler Organizer
ID gegenbngbjmlnbamfclllilidbdhalkf
Official URL https://chromewebstore.google.com/detail/scheduler-organizer/gegenbngbjmlnbamfclllilidbdhalkf
Description LMS.TSU.ge-ის ცხრილის გამაკეთილშობილებელი.
File Size 300 KB
Installation Count 419
Current Version 1.1
Last Updated 2021-03-08
Publish Date 2021-03-08
Developer ZukaGap
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scheduler Organizer",
    "description": "LMS.TSU.ge-\u10d8\u10e1 \u10ea\u10ee\u10e0\u10d8\u10da\u10d8\u10e1 \u10d2\u10d0\u10db\u10d0\u10d9\u10d4\u10d7\u10d8\u10da\u10e8\u10dd\u10d1\u10d8\u10da\u10d4\u10d1\u10d4\u10da\u10d8.",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lms.tsu.ge\/MyCourses\/Schedule\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "icons": {
        "16": ".\/obj-16x16.png",
        "32": ".\/obj-32x32.png",
        "48": ".\/obj-48x48.png",
        "128": ".\/obj-128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}