Gitoqlok: Qlik Versioning & Optimization

Qlik Sense and Qlik Cloud Version Control and Routine Optimization

什么是Gitoqlok: Qlik Versioning & Optimization?

Gitoqlok: Qlik Versioning & Optimization是由gitoqlok开发的Chrome扩展程序,该扩展的主要功能是“Qlik Sense and Qlik Cloud Version Control and Routine Optimization”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Gitoqlok: Qlik Versioning & Optimization扩展crx文件

下载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"
}