AWS Cost Calculator CSV Export

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

Hvad er AWS Cost Calculator CSV Export?

AWS Cost Calculator CSV Export er en Chrome-udvidelse udviklet af https://preset.tech, og dens hovedfunktion er "Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AWS Cost Calculator CSV Export-udvidelses-CRX-fil

Download AWS Cost Calculator CSV Export-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AWS Cost Calculator CSV Export AWS Cost Calculator CSV Export
ID lcjgldkjcoofginfcncfjfjealnbidnh
Officiel URL https://chromewebstore.google.com/detail/aws-cost-calculator-csv-e/lcjgldkjcoofginfcncfjfjealnbidnh
Beskrivelse Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.
Filstørrelse 1.02 MB
Antal Installationer 193
Nuværende Version 1.0.9
Senest Opdateret 2021-08-06
Udgivelsesdato 2019-04-18
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://preset.tech
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}