GitKraken Glo Chrome Extension
...
O que é GitKraken Glo Chrome Extension?
GitKraken Glo Chrome Extension é uma extensão do Chrome desenvolvida por ofsajd.dev, e sua principal característica é "...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitKraken Glo Chrome Extension
Baixe arquivos de extensão GitKraken Glo Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GitKraken Glo Chrome Extension |
ID | picmkpdacnpmidcccopackaedhdfjigb |
URL Oficial | https://chromewebstore.google.com/detail/gitkraken-glo-chrome-exte/picmkpdacnpmidcccopackaedhdfjigb |
Descrição | ... |
Tamanho do Arquivo | 3.61 MB |
Contagem de Instalações | 31 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-03-31 |
Data de Publicação | 2019-03-31 |
Desenvolvedor | ofsajd.dev |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |