Cornerstone DeepLink Generator

The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.

Что такое Cornerstone DeepLink Generator?

Cornerstone DeepLink Generator - это расширение Chrome, разработанное https://lmsmaven.com, и его основная функция - "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Cornerstone DeepLink Generator

Скачайте файлы расширений 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                    

Основная информация о расширении

Название Cornerstone DeepLink Generator Cornerstone DeepLink 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"
        ]
    }
}