Gitoqlok: Qlik Versioning & Optimization

Qlik Sense and Qlik Cloud Version Control and Routine Optimization

Gitoqlok: Qlik Versioning & Optimization क्या है?

Gitoqlok: Qlik Versioning & Optimization gitoqlok द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Qlik Sense and Qlik Cloud Version Control and Routine Optimization"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gitoqlok: Qlik Versioning & Optimization एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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