AWS EC2 Price Assistant

Find out the real monthly or yearly cost of using AWS assets and resources.

AWS EC2 Price Assistant क्या है?

AWS EC2 Price Assistant dan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out the real monthly or yearly cost of using AWS assets and resources."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AWS EC2 Price Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Add monthly and yearly pricing calculations to AWS EC2 on-demand and spot instance pricing pages on AWS.

The following pages will be updated when this extension is running.

* https://aws.amazon.com/ec2/pricing/on-demand/

* https://aws.amazon.com/ec2/spot/pricing/

NOTE: Prices are calculated using today's prices, AWS may change prices or policies in future. Different rates may be available for long term usage. Use this information at your own risk.                    

एक्सटेंशन की मूल जानकारी

नाम AWS EC2 Price Assistant AWS EC2 Price Assistant
ID pnedkbpbhonogjkcnlnegbnogclldkdc
आधिकारिक URL https://chromewebstore.google.com/detail/aws-ec2-price-assistant/pnedkbpbhonogjkcnlnegbnogclldkdc
विवरण Find out the real monthly or yearly cost of using AWS assets and resources.
फ़ाइल का आकार 47.88 KB
स्थापना संख्या 73
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-04-28
प्रकाशन तिथि 2019-04-28
डेवलपर dan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dantheman213/aws-ec2-price-assistant
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS EC2 Price Assistant",
    "description": "Find out the real monthly or yearly cost of using AWS assets and resources.",
    "homepage_url": "https:\/\/github.com\/dantheman213\/aws-ec2-price-assistant",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "AWS EC2 Price Assistant"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/aws.amazon.com\/ec2\/pricing\/on-demand\/",
                "*:\/\/aws.amazon.com\/ec2\/spot\/pricing\/"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus"
    ]
}