UML Transportation Buddy

Adds functionality to TimeForge and RoadsterRoutes

UML Transportation Buddyคืออะไร?

UML Transportation Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Boharsik และคุณลักษณะหลักของมันคือ "Adds functionality to TimeForge and RoadsterRoutes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UML Transportation Buddy

ดาวน์โหลดไฟล์ส่วนขยาย UML Transportation Buddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NOTE: If you are a supervisor, you MUST check the supervisor checkbox in the extension popup box (click the extension icon in the top right of your screen)

UMLTranspoBuddy is the easiest way to:
1. Export your shifts to a Google Calendar
2. Keep bus numbers on RoadsterRoutes visible after a page refresh
3. Update HR Direct with your hours worked

To upload your shifts, you must first tell the extension which calendar to upload to. To set the calendar to export your shifts to, right click the extension icon and click Options. Click the Change Calendar Button to load all your Google Calendars. Click the radio button next to the calendar you would like your shifts uploaded to, then click the Set Selected Calendar button to set that calendar. Once the calendar is set, go to your Timeforge schedule page. There should be an Export button at the top right. Clicking this button will upload all of the shifts for the month you are viewing on Timeforge, and any shifts that have already been uploaded to your Google Calendar will be omitted from the upload.

To enable the RoadsterRoutes feature, left click the extension icon in the top right of your screen and check the "Roadster Routes" box. Subsequent visits to www.uml.edu/routes will have a clickable "Numbers On"/"Numbers Off" header at the top of the screen that you can toggle.

To update HR Direct with your hours worked, go to your timecard on Timeforge. Above your hours table will be a button that says "Export to HR Direct". Click the button, and log in to HR Direct. There will be a prompt to ensure the times loaded by the extension accurately reflect what you work. Press cancel if they are incorrect. Otherwise, press Okay and wait. The page will refresh and your hours will be uploaded to HR Direct.

For supervisors:
Daily and weekly hour totals are added to the schedule page
The "Schedules" menu drop-down includes a link to pick up shifts                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UML Transportation Buddy UML Transportation Buddy
ID bfkmbblnbolddmpjilidejgbngefckcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uml-transportation-buddy/bfkmbblnbolddmpjilidejgbngefckcc
คำอธิบาย Adds functionality to TimeForge and RoadsterRoutes
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.3.5
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2018-03-01
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Mike Boharsik
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mikeboharsik/UMLTranspoBuddy
URL หน้าช่วยเหลือ https://github.com/mikeboharsik/UMLTranspoBuddy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UML Transportation Buddy",
    "short_name": "UMLTranspoBuddy",
    "description": "Adds functionality to TimeForge and RoadsterRoutes",
    "version": "1.3.5",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/timeforge-buddy\/bfkmbblnbolddmpjilidejgbngefckcc",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.timeforge.com\/Scheduler\/*",
                "*:\/\/*.uml.edu\/routes\/*",
                "https:\/\/sm-prd.hcm.umasscs.net\/psp\/hrprd92\/EMPLOYEE\/HRMS\/c\/ROLE_EMPLOYEE.TL_MSS_EE_SRCH_PRD.GBL"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "timeforge.js",
                "roadster.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "255016522692-g11d7v20afc8ro7iblup1oos8s19ocf7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "UML Transportation Buddy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*.uml.edu\/routes\/*",
        "https:\/\/*.timeforge.com\/Scheduler\/*",
        "https:\/\/sm-prd.hcm.umasscs.net\/psp\/hrprd92\/EMPLOYEE\/HRMS\/c\/ROLE_EMPLOYEE.TL_MSS_EE_SRCH_PRD.GBL"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuNoszGaevOAOp3A2qSA41UdzIAr6sZYuGT8tKBf0+vMesqQz3LP0LxWTs3TbGwV\/wwGAZvN5JmyxOiJSlkRZQhVW6qhPP4tuUQR4ULUlFeogd\/8RYpZuyNDa8P2nm+xkwFDUF2o3prDDjL2zL\/bkw1fJQXqORu3cy6wwmBarn78fGBYQsKb954m\/fuUgO3\/a1WPK547nHuhqaBrmUy4Br3gvQQHh7fBvhJFBqXx4NEDty7X+WRP+gW3JSz7hHvmFVfOinbWIuFghJJxtZrbJ5pQGfQIH\/1hJDIVWKh0aQTnctcIx9fIC5I0tdMmcw07qr7B1M35KfboLtTstvNl78QIDAQAB"
}