AWS Cost Calculator CSV Export

Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.

Cos'è AWS Cost Calculator CSV Export?

AWS Cost Calculator CSV Export è un'estensione di Chrome sviluppata da https://preset.tech, e la sua funzione principale è "Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AWS Cost Calculator CSV Export

Scarica i file di estensione AWS Cost Calculator CSV Export 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

                        UPDATE 1.0.9
Currency Conversion is back! Huge shoutout to https://exchangeratesapi.io/ for their free currency exchange API.

UPDATE 1.0.8
New update to fix issues reported by users with the CSV Export failing in some regions. This was caused by the base64 encoding failing on some UTF-8 Characters, and has been resolved with the use of a different Base64 Library. 

Sorry for any inconvenience.

UPDATE 1.0.7
Minor release just to restore overall functionality. We have removed currency conversion functionality due to fixer.io changing their API Rates/Plans (no longer free). Will devise a workaround to restore this functionality, but for now this will get users out of trouble.

UPDATE 1.0.6
Another minor update to include the target currency, conversion rate and date in the EC2 CSV.

UPDATE 1.0.5
Just a minor update to let you convert costs of EC2 Instances and your Total Monthly Bill to your local currency. Let me know if you have any problems with this!

UPDATE 1.0.4
Fixed a bug where the same data was displayed for each item in the CSV File. Apologies for the inconvenience.

UPDATE 1.0.3
Added support for RDS and Reserved RDS Instances. 

UPDATE 1.0.2
Fixed another issue with alternate URLs - http://s3.amazonaws.com/calculator and https://s3.amazonaws.com/calculator are now accepted as URLs the button will appear on

UPDATE 1.0.1
Fixed an issue where the "Make CSV" Button would not appear if you loaded a NON-HTTPS version of the Cost Calculator.

IMPORTANT
You can only generate CSV Exports for the current tab that you are on - not all tabs at the same time.

If you work with AWS, you'll find yourself using the AWS Cost Calculator on a regular basis. 

But, what about those times when you want to copy and paste your Cost Calculator into a Word Document, or an Excel Spreadsheet? It sure does suck doing them one-by-one, and I got annoyed with doing that manually and now you don't have to do it manually either!

AWS Cost Calculator CSV Export lets you export your AWS Cost Calculator to a CSV file, which you can then manipulate into whatever you want with Excel. 

Want to put it into a Word document? No problem, you can do that.
Want to put it into an Excel spreadsheet and do some fancy formulas? No problem, you can do that.

At the moment, this only works with EC2 Instances and EBS Volumes, but coming soon we'll have more options for exporting.                    

Informazioni di Base sull'Estensione

Nome AWS Cost Calculator CSV Export AWS Cost Calculator CSV Export
ID lcjgldkjcoofginfcncfjfjealnbidnh
URL Ufficiale https://chromewebstore.google.com/detail/aws-cost-calculator-csv-e/lcjgldkjcoofginfcncfjfjealnbidnh
Descrizione Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.
Dimensione del File 1.02 MB
Conteggio Installazioni 193
Versione Corrente 1.0.9
Ultimo Aggiornamento 2021-08-06
Data di Pubblicazione 2019-04-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://preset.tech
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bgscript.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "matches": [
                "https:\/\/calculator.s3.amazonaws.com\/*",
                "http:\/\/calculator.s3.amazonaws.com\/*",
                "http:\/\/s3.amazonaws.com\/calculator\/*",
                "https:\/\/s3.amazonaws.com\/calculator\/*"
            ]
        }
    ],
    "description": "Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "48": "ico48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoLO7Fblfn3iXdteWZ58PudA3Vqjd+PyJlQBcJhyeCZc03w0efB7w6JQFZ3Nh6W38WEo5vksJgeAYXgODmQlmomTEPnVQca56tqN9FAustbm2fF6eEfdnnTVJUqPov+UiqgaX6ktRl1mIVMKADaVzS9IjvmSb1swqgKk25EfUsRF9HH2lu+cb0w54DIcgWbsISrH5qqL8jHjMWufmbusoZDlWf3DSzhYGyd0csUcZeqD0AyQznCIGc9iewYT7\/\/9SL97mQWbr4xNCW7h3x30wartAqEuDf82A+BNRLqokczlGeriCfjegbLNMo+MRWPhQiEZSwfr2Mv\/T6ocKD3TdPwIDAQAB",
    "manifest_version": 2,
    "name": "AWS Cost Calculator CSV Export",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}