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
What is Sync AWS Extend Switch Roles?
Sync AWS Extend Switch Roles is a Chrome extension developed by Unknown, and its main feature is "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension".
Extension Screenshots
Download Sync AWS Extend Switch Roles Extension CRX File
Download Sync AWS Extend Switch Roles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sync AWS Extend Switch Roles using private Github repo Extension Basic Information
| Name | |
| ID | kijiojldhailibohhoepplmmbfmhfdcp |
| Official URL | https://chromewebstore.google.com/detail/sync-aws-extend-switch-ro/kijiojldhailibohhoepplmmbfmhfdcp |
| Description | Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension |
| File Size | 68.3 KB |
| Installation Count | 22 |
| Current Version | 0.8 |
| Last Updated | 2019-11-08 |
| Publish Date | 2019-11-07 |
| Developer | Unknown |
| Payment Type | free |
| Extension Website | https://github.com/netguru/sync-aws-extend-switch-roles |
| Supported Languages | 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
} | |