GitKraken Glo Chrome Extension

...

Vad är GitKraken Glo Chrome Extension?

GitKraken Glo Chrome Extension är en Chrome-tillägg utvecklad av ofsajd.dev, och dess huvudfunktion är "...".

Tilläggsskärmbilder

Ladda ner GitKraken Glo Chrome Extension-förlängningens CRX-fil

Ladda ner GitKraken Glo Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GitKraken Glo Chrome Extension GitKraken Glo Chrome Extension
ID picmkpdacnpmidcccopackaedhdfjigb
Officiell webbadress https://chromewebstore.google.com/detail/gitkraken-glo-chrome-exte/picmkpdacnpmidcccopackaedhdfjigb
Beskrivning ...
Filstorlek 3.61 MB
Antal Installationer 31
Aktuell Version 0.0.1
Senast Uppdaterad 2019-03-31
Publiceringsdatum 2019-03-31
Utvecklare ofsajd.dev
Betalningssätt free
Stödda Språk 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\/*"
    ]
}