GitKraken Glo Chrome Extension

...

GitKraken Glo Chrome Extension क्या है?

GitKraken Glo Chrome Extension ofsajd.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "..."।

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

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

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

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

                        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.                    

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

नाम GitKraken Glo Chrome Extension GitKraken Glo Chrome Extension
ID picmkpdacnpmidcccopackaedhdfjigb
आधिकारिक URL https://chromewebstore.google.com/detail/gitkraken-glo-chrome-exte/picmkpdacnpmidcccopackaedhdfjigb
विवरण ...
फ़ाइल का आकार 3.61 MB
स्थापना संख्या 31
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-03-31
प्रकाशन तिथि 2019-03-31
डेवलपर ofsajd.dev
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}