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 |
| 官方網址 | 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
} | |