Pep Plus Plus
A Chrome extension to extend the USYD PEP system.
Pep Plus Plus là gì?
Pep Plus Plus là một tiện ích mở rộng Chrome được phát triển bởi steeven.liu2, và tính năng chính của nó là "A Chrome extension to extend the USYD PEP system.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pep Plus Plus
Tải xuống các tệp mở rộng Pep Plus Plus 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
This is an extension that adds a number of features to the USYD PEP Program interface to make it more user friendly. Please see the internal USYD Pages on Canvas for screenshots and more info! Features so far: - Remembers which PEP links are which, and displays keywords from the body on the front page. - Custom box for noting stuff in the body as well. - Inline claim assistant - Highlights claims that weren't fully approved - Option to hide old claims - Shows to-be-claimed hours on the front dashboard What it uses permissions for: - Active tab: So that it can integrate with the PEP system. - Tabs: So that it can communicate between the form page and the main pages. - Storage: So that it can store your custom descriptions. Changelog: - 1.4.5: Update against sonia 2020: selector fix Message me on FB for feedback :) ~Steven
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cnehfglpkbfehfkpngoimhemfeppejpl |
URL Chính Thức | https://chromewebstore.google.com/detail/pep-plus-plus/cnehfglpkbfehfkpngoimhemfeppejpl |
Mô tả | A Chrome extension to extend the USYD PEP system. |
Kích Thước Tệp | 75.06 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 1.4.5 |
Cập Nhật Lần Cuối | 2020-01-08 |
Ngày Phát Hành | 2020-01-08 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | steeven.liu2 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "svg.min.js", "jquery.min.js", "dialog.js", "options.js", "rootPage.js" ], "matches": [ "https:\/\/sonia.sydney.edu.au\/SoniaOnline\/School.aspx" ] }, { "css": [ "indexPage.css" ], "js": [ "jquery.min.js", "options.js", "edgePage.js", "indexPage.js" ], "matches": [ "https:\/\/sonia.sydney.edu.au\/SoniaOnline\/Student\/MyEForms.aspx" ] }, { "all_frames": true, "js": [ "jquery.min.js", "options.js", "edgePage.js", "inline_assistant.js" ], "matches": [ "https:\/\/sonia.sydney.edu.au\/SoniaOnline\/Secure\/EForm.aspx?ElectronicFormInstanceId=*" ] } ], "description": "A Chrome extension to extend the USYD PEP system.", "icons": { "128": "store\/icon128.png", "48": "store\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs3v06pvh0e0eFofC2qeT41i5o3KXPi5zWdQMjDOzf\/oz5Wt3OcEgcicanr6KSmcHz\/TDu+09jcE\/2PstN1dKxXmLUW1rjDwse4jBaEgAmwt5LajkCTt1th5vksa8sPFxpnV1qcmDuXhg3lhH1hd5J2CK4sQ+m\/2AAqdfsp1oqbGBYW2NatBqgK5vMubtncLlmZWylFUoFM53f20mNH2AKo3XEVju9fcE6U\/X9gb1OujiWsi+7z\/LtIvOxuOuhMEsfsQyGe3NaUJPTfRtzrGeSZME6Ryr4QcACf8n2hd2IPzwO8ZC75gnDCv+KnOp8UOS8cFv+fR6c97gfCNCjiKQ5wIDAQAB", "manifest_version": 2, "name": "Pep Plus Plus", "permissions": [ "activeTab", "storage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.5" } |