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
Qu'est-ce que Sync AWS Extend Switch Roles ?
Sync AWS Extend Switch Roles est une extension Chrome développée par Unknown, et sa fonction principale est "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sync AWS Extend Switch Roles
Téléchargez les fichiers d'extension Sync AWS Extend Switch Roles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sync AWS Extend Switch Roles using private Github repo
Informations de Base sur l'Extension
Nom | |
ID | kijiojldhailibohhoepplmmbfmhfdcp |
URL Officiel | 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 |
Taille du Fichier | 68.3 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2019-11-08 |
Date de Publication | 2019-11-07 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/netguru/sync-aws-extend-switch-roles |
Langues Prises en Charge | 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 } |