Cornerstone DeepLink Generator
The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.
什么是Cornerstone DeepLink Generator?
Cornerstone DeepLink Generator是由https://lmsmaven.com开发的Chrome扩展程序,该扩展的主要功能是“The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.”。
扩展截图
下载Cornerstone DeepLink Generator扩展crx文件
下载Cornerstone DeepLink Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply visit the CSOD page you want to convert into a deeplink and open the extension to copy the deeplink with a single click.
For more information and for setup steps visit www.LMSMaven.com/generator 扩展基本信息
| 名称 | |
| ID | gcioabbnpeijcpimmmjciifjjdgfnahd |
| 官方URL | https://chromewebstore.google.com/detail/cornerstone-deeplink-gene/gcioabbnpeijcpimmmjciifjjdgfnahd |
| 简介 | The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy. |
| 文件大小 | 378 KB |
| 安装次数 | 343 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-07-21 |
| 上架时间 | 2021-07-20 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://lmsmaven.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.LMSMaven.com/generator |
| 帮助页面URL | https://www.LMSMaven.com/contact |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cornerstone DeepLink Generator",
"short_name": "Cornerstone DeepLink Generator",
"version": "1.1",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"description": "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.",
"icons": {
"128": "icons\/icon.png",
"256": "icons\/icon.png"
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "Cornerstone DeepLink Generator",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"storage",
"activeTab"
],
"background": {
"persistent": true,
"scripts": [
"js\/jquery.min.js",
"src\/bg\/background.js"
]
}
} | |