AWS Cost Calculator CSV Export

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

什麼是AWS Cost Calculator CSV Export?

AWS Cost Calculator CSV Export是由https://preset.tech開發的Chrome擴展程式,該擴展的主要功能是“Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.”。

擴展截圖

screenshot
screenshot

下載AWS Cost Calculator CSV Export擴展crx文件

下載AWS Cost Calculator CSV Export擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AWS Cost Calculator CSV Export AWS Cost Calculator CSV Export
ID lcjgldkjcoofginfcncfjfjealnbidnh
官方網址 https://chromewebstore.google.com/detail/aws-cost-calculator-csv-e/lcjgldkjcoofginfcncfjfjealnbidnh
簡介 Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.
檔案大小 1.02 MB
安裝次數 193
目前版本 1.0.9
更新時間 2021-08-06
上架時間 2019-04-18
評分 5.00/5 共 3 次評分
開發者 https://preset.tech
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}