aws-helper
this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB…
Wat is aws-helper?
aws-helper is een Chrome-extensie ontwikkeld door rotagi37, en de belangrijkste functie is "this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB…".
Extensie Screenshots
Download het CRX-bestand van de extensie aws-helper
Download aws-helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB form the route53 DNS list also from couldfront you will be able to double click on s3 and it will open in a new tab the icon will give you a fast access to your recent aws console pages + easy way to find the rest
Basisinformatie over de Extensie
Naam | aws-helper |
ID | cokfoodjbmkjmpabapnpldjfappcdgne |
Officiële URL | https://chromewebstore.google.com/detail/aws-helper/cokfoodjbmkjmpabapnpldjfappcdgne |
Beschrijving | this extension will set the tab icon according to the page you are currently viewing. it will also make it possible to open ELB… |
Bestandsgrootte | 1.4 MB |
Aantal Installaties | 26 |
Huidige Versie | 1.0.2.7 |
Laatst Bijgewerkt | 2020-07-03 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rotagi37 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/bg.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "default_popup": "popup.html", "default_title": "AWS Helper" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-3.2.1.min.js", "icons.js", "cscript.js" ], "matches": [ "https:\/\/*.aws.amazon.com\/*" ], "run_at": "document_end" } ], "devtools_page": "devtools.html", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "aws-helper", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/*.aws.amazon.com\/*" ], "version": "1.0.2.7" } |