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 | 
| Eメール | [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"
        ]
    }
}  |  |