Gitoqlok: Qlik Versioning & Optimization

Qlik Sense and Qlik Cloud Version Control and Routine Optimization

Что такое Gitoqlok: Qlik Versioning & Optimization?

Gitoqlok: Qlik Versioning & Optimization - это расширение Chrome, разработанное gitoqlok, и его основная функция - "Qlik Sense and Qlik Cloud Version Control and Routine Optimization".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Gitoqlok: Qlik Versioning & Optimization

Скачайте файлы расширений Gitoqlok: Qlik Versioning & Optimization в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Qlik version control. 
Easy-to-use tool for keep track changes of your application in Qlik Sense. 

Track changes of your Qlik Sense application using source versioning control and collaborative development tool.

Gitoqlok augments Qlik Sense interface by offering a number of handy functions to enhance your user experience. Ease your working routine by visualizing changes throughout the version commit history of your application, make sheet thumbnails in just a second, and more.

Gitoqlok supports popular Git providers and platforms. 

Gitoqlok tutorials and Changelog:
https://docs.gitoqlok.com

Community in Slack:
https://join.slack.com/t/gitoqlik/shared_invite/zt-ezsx8rht-KCz~eWgLxyVTsB0QmS9Gag

Support:
https://support.motio.com
[email protected]                    

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

Название Gitoqlok: Qlik Versioning & Optimization Gitoqlok: Qlik Versioning & Optimization
ID kkgicbgpgfcbhcbmifmfagggnpkebdaj
Официальный URL https://chromewebstore.google.com/detail/gitoqlok-qlik-versioning/kkgicbgpgfcbhcbmifmfagggnpkebdaj
Описание Qlik Sense and Qlik Cloud Version Control and Routine Optimization
Размер файла 10.82 MB
Количество установок 2,590
Текущая Версия 2.3.5
Последнее Обновление 2024-03-04
Дата публикации 2020-07-05
Рейтинг 5.00/5 Всего 10 оценок
Разработчик gitoqlok
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://gitoqlok.com
URL страницы помощи https://join.slack.com/t/gitoqlik/shared_invite/zt-ezsx8rht-KCz~eWgLxyVTsB0QmS9Gag
URL страницы политики конфиденциальности https://motio.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gitoqlok: Qlik Versioning & Optimization",
    "description": "Qlik Sense and Qlik Cloud Version Control and Routine Optimization",
    "version": "2.3.5",
    "icons": {
        "128": "img\/GIT-qlik.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/GIT-qlik.png",
                "\/img\/project.svg",
                "\/img\/thumbnailAssistanceIcons\/beta.svg",
                "\/img\/thumbnailAssistanceIcons\/cert.svg",
                "\/img\/thumbnailAssistanceIcons\/dev.svg",
                "\/img\/thumbnailAssistanceIcons\/none.svg",
                "\/img\/thumbnailAssistanceIcons\/prod.svg",
                "\/img\/thumbnailAssistanceIcons\/review.svg",
                "\/src\/stylesheets\/webfonts\/SourceCodePro-Regular.ttf",
                "\/src\/stylesheets\/webfonts\/FiraCode-Light.ttf",
                "\/src\/stylesheets\/webfonts\/FiraCode-Regular.ttf",
                "\/src\/stylesheets\/webfonts\/FiraCode-Medium.ttf",
                "\/src\/stylesheets\/webfonts\/FiraCode-Bold.ttf",
                "\/img\/icon-info.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/src\/background-script\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery-3.5.1.min.js",
                "\/lib\/qsocks.js",
                "\/src\/content-script\/content.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "Gitoqlok - Version control in the Qlik Sense built-in editor",
        "default_popup": "\/src\/popup\/popup.html"
    },
    "side_panel": {
        "default_path": "\/src\/side-panel\/sidePanel.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "downloads",
        "scripting",
        "unlimitedStorage",
        "sidePanel"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/www.youtube.com https:\/\/calendly.com"
    },
    "options_page": "src\/options-page\/index.html"
}