uLaw Toolbox
uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST
uLaw Toolboxとは何ですか?
uLaw Toolboxはhttps://www.ulaw.ioによって開発されたChromeの拡張機能で、その主な機能は「uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST」です。
拡張機能のスクリーンショット
uLaw Toolbox拡張機能のCRXファイルをダウンロード
uLaw Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
uLaw Toolbox will be very useful to quickly launch your favourite uLaw app and also get help, access manuals, launch tutorials, and most important get access to our Friday 2:00pm EST. CPDs 拡張機能の基本情報
| 名前 | |
| ID | nigpjoecjjkcklfkphnddcjkjmapofho |
| 公式URL | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
| 説明 | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
| ファイルサイズ | 107 KB |
| インストール数 | 173 |
| 現在のバージョン | 1.0.12 |
| 最終更新日 | 2023-08-22 |
| 公開日 | 2020-10-20 |
| 開発者 | https://www.ulaw.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.ulaw.io |
| ヘルプページのURL | https://www.youtube.com/user/ulawpractice |
| プライバシーポリシーページのURL | https://www.ulaw.io/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "uLaw Toolbox",
"description": "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST",
"version": "1.0.12",
"icons": {
"128": "128x128uLawAppicon.png"
},
"action": {
"default_icon": "19x19uLawAppicon.png",
"default_popup": "uLawLauncher.html"
},
"host_permissions": [
"https:\/\/api.ulaw.io\/"
],
"permissions": [
"alarms",
"background",
"notifications",
"storage"
],
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/outlook.live.com\/*",
"*:\/\/outlook.office.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"jquery.js",
"outlook.js"
]
},
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"jquery.js",
"content.js"
]
}
]
} | |