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 là gì?

AWS Cost Calculator CSV Export là một tiện ích mở rộng Chrome được phát triển bởi https://preset.tech, và tính năng chính của nó là "Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS Cost Calculator CSV Export

Tải xuống các tệp mở rộng AWS Cost Calculator CSV Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS Cost Calculator CSV Export AWS Cost Calculator CSV Export
ID lcjgldkjcoofginfcncfjfjealnbidnh
URL Chính Thức https://chromewebstore.google.com/detail/aws-cost-calculator-csv-e/lcjgldkjcoofginfcncfjfjealnbidnh
Mô tả Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2021-08-06
Ngày Phát Hành 2019-04-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://preset.tech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}