WaterlooWorks Azure

Azure offers multiple themes for WaterlooWorks and adds advanced features to the platform.

WaterlooWorks Azureคืออะไร?

WaterlooWorks Azure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zijianshao.com และคุณลักษณะหลักของมันคือ "Azure offers multiple themes for WaterlooWorks and adds advanced features to the platform."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaterlooWorks Azure

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

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

                        WaterlooWorks is a new employment administration system that was launched by the University of Waterloo. WaterlooWorks Azure is a browser extension designed to enhance its user experience. The extension comes with multiple well-designed themes and provides various features to make the website easier to use.

★ FEATURES ★
- Multiple themes
- Dark mode
- Enhanced posting list
- Modal preview
- Detailed extension options

★ POSTING LIST ★
- Open postings in current / new tab
- Customizable columns
- Optimized posting list column width
- Context menu for quick access
- Floating posting list pagination
- Fixed posting list header
- Toggle “NEW” tag and shortlisted postings
- Export shortlisted and application list

★ POSTING DETAILS ★
- Preview postings in modal
- Navigate between previous / next posting
- Customizable preview contents
- Glassdoor ratings
- Keywords highlighting

★ MY MESSAGES ★
- Modern list layout
- Open messages in current / new tab
- Click anywhere to view message
- Highlight unread messages

★ NOTES ★
- Don't use other WaterlooWorks extensions together with Azure to avoid unexpected behaviors
- WaterlooWorks may change at any time, thus the extension may not always function properly
- If you have any suggestions or questions regarding this extension, please email [email protected]

★ DISCLAIMERS ★
- This extension has no affiliation with WaterlooWorks, its developers, or the University of Waterloo
- Use this extension at your own responsibility                    

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

ชื่อ WaterlooWorks Azure WaterlooWorks Azure
ID peeaakkcmdoeljddgdkcailflcballmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/waterlooworks-azure/peeaakkcmdoeljddgdkcailflcballmm
คำอธิบาย Azure offers multiple themes for WaterlooWorks and adds advanced features to the platform.
ขนาดไฟล์ 550 KB
จำนวนการติดตั้ง 8,122
เวอร์ชันปัจจุบัน 3.0.7
อัปเดตครั้งล่าสุด 2020-08-08
วันที่เผยแพร่ 2020-04-08
คะแนน 4.98/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา https://www.zijianshao.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zijianshao.com/wwazure/
ภาษาที่รองรับ en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Zijian Shao",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/configs.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "WaterlooWorks Azure"
    },
    "content_scripts": [
        {
            "css": [
                "css\/base.css"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/configs.js",
                "js\/init.js"
            ],
            "matches": [
                "*:\/\/waterlooworks.uwaterloo.ca\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/init_idle.js"
            ],
            "matches": [
                "*:\/\/waterlooworks.uwaterloo.ca\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "offline_enabled": false,
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "*:\/\/waterlooworks.uwaterloo.ca\/*"
    ],
    "short_name": "WWAzure",
    "version": "3.0.7",
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "icon\/*",
        "img\/*",
        "theme\/*"
    ]
}