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文件
下载Sync AWS Extend Switch Roles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
} | |