Amazon Web Services (AWS) IP Tool

This extension provides some useful tools based on the AWS IP ranges used by Amazon.

ما هو Amazon Web Services (AWS) IP Tool؟

Amazon Web Services (AWS) IP Tool هو إضافة Chrome تم تطويرها بواسطة marcussu، والميزة الرئيسية لها هي "This extension provides some useful tools based on the AWS IP ranges used by Amazon.".

تحميل ملف CRX للإضافة Amazon Web Services (AWS) IP Tool

قم بتنزيل ملفات الامتداد Amazon Web Services (AWS) IP Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With the rapid growth of Amazon Web Services traffic, adding of new IP address ranges or reallocation of IP ranges between EC2 regions is a commonplace.

It will be difficult to keep up with these changes and if you require IP white-listing or firewall configurations, it would be quite painful to check through the list of IP ranges for comparing the "delta".

Amazon Web Services (AWS) IP Tool helps you to retrieve the set of IP ranges for each of the Amazon services with a click of a button.

It also helps you cache a local history copy whenever you retrieved an updated IP range list.

We are currently working on letting the tool conduct auto comparison to highlight the delta changes for your convenience.

*Update* When updating from version 1.0 to version 1.1 onwards, you are advised to "Clear Options" and retrieve a fresh copy of the IP ranges by clicking on the icon. The IP range history should show up correctly after that.                    

معلومات أساسية عن التمديد

الاسم Amazon Web Services (AWS) IP Tool Amazon Web Services (AWS) IP Tool
ID hfldppknglpehgckhohikncaihlccekj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/amazon-web-services-aws-i/hfldppknglpehgckhohikncaihlccekj
الوصف This extension provides some useful tools based on the AWS IP ranges used by Amazon.
حجم الملف 373 KB
عدد التثبيتات 156
النسخة الحالية 1.2
آخر تحديث 2015-10-25
تاريخ النشر 2015-10-25
المطور marcussu
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Web Services (AWS) IP Tool",
    "description": "This extension provides some useful tools based on the AWS IP ranges used by Amazon.",
    "version": "1.2",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Amazon Web Services (AWS) IP Tool"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/ip-ranges.amazonaws.com\/",
        "http:\/\/api.statdns.com\/"
    ]
}