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 } |