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
Vad är Sync AWS Extend Switch Roles?
Sync AWS Extend Switch Roles är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension".
Tilläggsskärmbilder
Ladda ner Sync AWS Extend Switch Roles-förlängningens CRX-fil
Ladda ner Sync AWS Extend Switch Roles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sync AWS Extend Switch Roles using private Github repo
Grundläggande Information om Tillägg
Namn | |
ID | kijiojldhailibohhoepplmmbfmhfdcp |
Officiell webbadress | https://chromewebstore.google.com/detail/sync-aws-extend-switch-ro/kijiojldhailibohhoepplmmbfmhfdcp |
Beskrivning | Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension |
Filstorlek | 68.3 KB |
Antal Installationer | 22 |
Aktuell Version | 0.8 |
Senast Uppdaterad | 2019-11-08 |
Publiceringsdatum | 2019-11-07 |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/netguru/sync-aws-extend-switch-roles |
Stödda Språk | 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 } |