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
官方網址 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"
}