WaterlooWorks Works
This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…
Что такое WaterlooWorks Works?
WaterlooWorks Works - это расширение Chrome, разработанное Chris Heinemeyer, и его основная функция - "This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…".
Снимки экрана расширения
Скачать файл CRX расширения WaterlooWorks Works
Скачайте файлы расширений WaterlooWorks Works в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll to the top of the page before moving to the next page. Navigation bar text doesn't disappear when scrolling. The left bar buttons are fixed in place. Job pages tab titles and navigation bar text changes to Employer Name - Job Name. Apply, Shortlist, Not Interested, and Print buttons are added to the navigation bar. A regex finds common phrases related to a driver's license or vehicle being needed and highlights them, and a warning appears at the top of the description. The footer size is reduced. *** 0.6.1 *** Fixed upload document screen so that the submit button can be enabled
Основная информация о расширении
Название | WaterlooWorks Works |
ID | plhaoajbhnjfbdkkimekccjpojkphmmp |
Официальный URL | https://chromewebstore.google.com/detail/waterlooworks-works/plhaoajbhnjfbdkkimekccjpojkphmmp |
Описание | This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll… |
Размер файла | 48.6 KB |
Количество установок | 685 |
Текущая Версия | 0.6.1 |
Последнее Обновление | 2017-02-25 |
Дата публикации | 2017-02-25 |
Рейтинг | 4.93/5 Всего 30 оценок |
Разработчик | Chris Heinemeyer |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaterlooWorks Works", "version": "0.6.1", "icons": { "32": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/coop-postings*" ], "js": [ "jquery-3.1.1.min.js", "autolinker.min.js", "content.js" ], "css": [ "fix.css" ] }, { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/dashboard*" ], "js": [ "jquery-3.1.1.min.js", "autolinker.min.js", "dashboard.js" ] }, { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/documents*" ], "js": [ "jquery-3.1.1.min.js", "autolinker.min.js", "documents.js" ], "css": [ "fix.css" ] } ], "web_accessible_resources": [ "fix.css" ] } |