GitKraken Glo Chrome Extension

...

Was ist GitKraken Glo Chrome Extension?

GitKraken Glo Chrome Extension ist eine Chrome-Erweiterung, die von ofsajd.dev entwickelt wurde, und ihr Hauptmerkmal ist "...".

Erweiterungsscreenshots

GitKraken Glo Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie GitKraken Glo Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        GitKraken Glo Google Chrome extension allows users to log in their existing GitKraken Glo account and create new boards, columns and cards. There are two ways of adding them, after selecting webpage content (text, image, or URL): using the context menu, or via the icon to the right of the address bar. The extension recognizes the type of the content selected, and fills adequate fields automatically.                    

Grundlegende Informationen zur Erweiterung

Name GitKraken Glo Chrome Extension GitKraken Glo Chrome Extension
ID picmkpdacnpmidcccopackaedhdfjigb
Offizielle URL https://chromewebstore.google.com/detail/gitkraken-glo-chrome-exte/picmkpdacnpmidcccopackaedhdfjigb
Beschreibung ...
Dateigröße 3.61 MB
Installationsanzahl 31
Aktuelle Version 0.0.1
Letztes Update 2019-03-31
Veröffentlichungsdatum 2019-03-31
Entwickler ofsajd.dev
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitKraken Glo Chrome Extension",
    "description": "...",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "GitKraken Glo"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "activeTab",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.gitkraken.com\/*"
    ]
}