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 |
| 电子邮箱 | [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"
]
}
]
} | |