GitKraken Glo Chrome Extension
...
GitKraken Glo Chrome Extension란 무엇입니까?
GitKraken Glo Chrome Extension은(는) ofsajd.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "..."입니다.
확장 프로그램 스크린샷
GitKraken Glo Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |