GitLab Issues JSON Export

Export GitLab issues in JSON format.

GitLab Issues JSON Export क्या है?

GitLab Issues JSON Export https://zyndaa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export GitLab issues in JSON format."।

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

screenshot
screenshot

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

crx प्रारूप में GitLab Issues JSON Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Export issues in GitLab repository to JSON file

In GitLab, it will take a lot of time to copy each issue details in the repository one by one.

Using this extension, export issues in GitLab repository to JSON files.

Follow the below steps to export the issues in GitLab repository to JSON file.

1) Install addon in Chrome.
2) Visit your GitLab repository.
3) Click on the addon icon on the top right side.
4) Click on the export button which will download the JSON file.                    

एक्सटेंशन की मूल जानकारी

नाम GitLab Issues JSON Export GitLab Issues JSON Export
ID mehhplefekhohpljmhlhijidkehphlpk
आधिकारिक URL https://chromewebstore.google.com/detail/gitlab-issues-json-export/mehhplefekhohpljmhlhijidkehphlpk
विवरण Export GitLab issues in JSON format.
फ़ाइल का आकार 244 KB
स्थापना संख्या 51
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-02-03
प्रकाशन तिथि 2021-02-03
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://zyndaa.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zyndaa.com/
सहायता पृष्ठ URL https://zyndaa.com/products/gitlab-issues-json-export-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab Issues JSON Export",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Export GitLab issues in JSON format.",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/git8.ahsan.in\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/hide-16.png",
            "48": "images\/hide-48.png",
            "128": "images\/hide-128.png"
        },
        "default_title": "GitLab Issues JSON Export",
        "default_popup": "options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}