OPIS Helper
A bunch of browser hacks for Workfront and etc.
OPIS Helper là gì?
OPIS Helper là một tiện ích mở rộng Chrome được phát triển bởi Chima Nwanna, và tính năng chính của nó là "A bunch of browser hacks for Workfront and etc.".
Ả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 OPIS Helper
Tải xuống các tệp mở rộng OPIS Helper 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
A bunch of browser hacks for Workfront and etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OPIS Helper |
ID | lcfhopgddmfhgaihdngocabaijapnpag |
URL Chính Thức | https://chromewebstore.google.com/detail/opis-helper/lcfhopgddmfhgaihdngocabaijapnpag |
Mô tả | A bunch of browser hacks for Workfront and etc. |
Kích Thước Tệp | 160 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.11.0 |
Cập Nhật Lần Cuối | 2019-12-23 |
Ngày Phát Hành | 2019-12-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Chima Nwanna |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OPIS Helper", "short_name": "OPIS Extension", "description": "A bunch of browser hacks for Workfront and etc.", "version": "1.11.0", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs", "storage", "notifications", "nativeMessaging", "contentSettings", "https:\/\/oasys.opisnet.com\/*" ], "browser_action": { "default_icon": "assets\/logo.png", "default_popup": "options.html" }, "icons": { "16": "assets\/logo.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/jquery.js", "main.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/opis.attask-ondemand.com\/*", "https:\/\/opis.my.workfront.com\/*" ], "js": [ "js\/jquery.js", "workfront.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/oasys.opisnet.com\/*", "https:\/\/tst-oasys-opisnet-com.preprodopisnet.io\/*" ], "js": [ "js\/jquery.js", "js\/bootstrap.min.js", "js\/moment.min.js", "js\/clipboard.min.js", "js\/jquery.dataTables.min.js", "js\/datetime-moment.js", "js\/js.cookie.js", "oasys.js" ], "css": [ "css\/jquery.dataTables.min.css", "css\/dataTables.bootstrap.min.css", "css\/oasys.css" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/oasys.opisnet.com\/*" ] } } |