Cornerstone DeepLink Generator

The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.

Cornerstone DeepLink Generator là gì?

Cornerstone DeepLink Generator là một tiện ích mở rộng Chrome được phát triển bởi https://lmsmaven.com, và tính năng chính của nó là "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cornerstone DeepLink Generator

Tải xuống các tệp mở rộng Cornerstone DeepLink Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cornerstone DeepLink Generator Cornerstone DeepLink Generator
ID gcioabbnpeijcpimmmjciifjjdgfnahd
URL Chính Thức https://chromewebstore.google.com/detail/cornerstone-deeplink-gene/gcioabbnpeijcpimmmjciifjjdgfnahd
Mô tả The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.
Kích Thước Tệp 378 KB
Số Lần Cài Đặt 343
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-21
Ngày Phát Hành 2021-07-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://lmsmaven.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.LMSMaven.com/generator
URL Trang Trợ Giúp https://www.LMSMaven.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}