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
Cos'è Sync AWS Extend Switch Roles?
Sync AWS Extend Switch Roles è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sync AWS Extend Switch Roles
Scarica i file di estensione Sync AWS Extend Switch Roles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sync AWS Extend Switch Roles using private Github repo Informazioni di Base sull'Estensione
| Nome | |
| ID | kijiojldhailibohhoepplmmbfmhfdcp |
| URL Ufficiale | https://chromewebstore.google.com/detail/sync-aws-extend-switch-ro/kijiojldhailibohhoepplmmbfmhfdcp |
| Descrizione | Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension |
| Dimensione del File | 68.3 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 0.8 |
| Ultimo Aggiornamento | 2019-11-08 |
| Data di Pubblicazione | 2019-11-07 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/netguru/sync-aws-extend-switch-roles |
| Lingue Supportate | 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
} | |