GitLab Issues JSON Export

Export GitLab issues in JSON format.

Τι είναι το GitLab Issues JSON Export;

Το GitLab Issues JSON Export είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zyndaa.com, και η κύρια λειτουργία του είναι "Export GitLab issues in JSON format.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GitLab Issues JSON Export

Λήψη αρχείων επέκτασης GitLab Issues JSON Export σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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