OPIS Helper
A bunch of browser hacks for Workfront and etc.
OPIS Helper란 무엇입니까?
OPIS Helper은(는) Chima Nwanna에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bunch of browser hacks for Workfront and etc."입니다.
확장 프로그램 스크린샷
OPIS Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A bunch of browser hacks for Workfront and etc.
확장 프로그램 기본 정보
이름 | OPIS Helper |
ID | lcfhopgddmfhgaihdngocabaijapnpag |
공식 URL | https://chromewebstore.google.com/detail/opis-helper/lcfhopgddmfhgaihdngocabaijapnpag |
설명 | A bunch of browser hacks for Workfront and etc. |
파일 크기 | 160 KB |
설치 횟수 | 54 |
현재 버전 | 1.11.0 |
최근 업데이트 | 2019-12-23 |
출시 날짜 | 2019-12-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Chima Nwanna |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } } |