Sync AWS Extend Switch Roles
Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension
Sync AWS Extend Switch Roles란 무엇입니까?
Sync AWS Extend Switch Roles은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension"입니다.
확장 프로그램 스크린샷
Sync AWS Extend Switch Roles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sync AWS Extend Switch Roles using private Github repo
확장 프로그램 기본 정보
이름 | |
ID | kijiojldhailibohhoepplmmbfmhfdcp |
공식 URL | https://chromewebstore.google.com/detail/sync-aws-extend-switch-ro/kijiojldhailibohhoepplmmbfmhfdcp |
설명 | Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension |
파일 크기 | 68.3 KB |
설치 횟수 | 22 |
현재 버전 | 0.8 |
최근 업데이트 | 2019-11-08 |
출시 날짜 | 2019-11-07 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/netguru/sync-aws-extend-switch-roles |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sync AWS Extend Switch Roles", "version": "0.8", "description": "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension", "short_name": "Sync AESR", "icons": { "48": "img\/stefan_48x48.png", "128": "img\/stefan_128x128.png" }, "browser_action": { "default_title": "Sync AWS Extend Switch Roles", "default_popup": "popup.html", "default_icon": "img\/stefan_38x38.png" }, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "notifications" ], "homepage_url": "https:\/\/github.com\/netguru\/devops-internal\/tree\/master\/sync-aws-extend-switch-roles", "manifest_version": 2 } |