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ファイルをダウンロード
OPIS Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A bunch of browser hacks for Workfront and etc. 拡張機能の基本情報
| 名前 | |
| 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\/*"
]
}
} | |