Gitoqlok: Qlik Versioning & Optimization

Qlik Sense and Qlik Cloud Version Control and Routine Optimization

Apa itu Gitoqlok: Qlik Versioning & Optimization?

Gitoqlok: Qlik Versioning & Optimization adalah ekstensi Chrome yang dikembangkan oleh gitoqlok, dan fitur utamanya adalah "Qlik Sense and Qlik Cloud Version Control and Routine Optimization".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gitoqlok: Qlik Versioning & Optimization

Unduh file ekstensi Gitoqlok: Qlik Versioning & Optimization dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Gitoqlok: Qlik Versioning & Optimization Gitoqlok: Qlik Versioning & Optimization
ID kkgicbgpgfcbhcbmifmfagggnpkebdaj
URL Resmi https://chromewebstore.google.com/detail/gitoqlok-qlik-versioning/kkgicbgpgfcbhcbmifmfagggnpkebdaj
Deskripsi Qlik Sense and Qlik Cloud Version Control and Routine Optimization
Ukuran File 10.82 MB
Jumlah Instalasi 2,590
Versi Saat Ini 2.3.5
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2020-07-05
Penilaian 5.00/5 Total 10 Penilaian
Pengembang gitoqlok
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://gitoqlok.com
URL Halaman Bantuan https://join.slack.com/t/gitoqlik/shared_invite/zt-ezsx8rht-KCz~eWgLxyVTsB0QmS9Gag
URL Halaman Kebijakan Privasi https://motio.com/privacy-policy
Bahasa yang Didukung 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"
}