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은(는) marcussu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides some useful tools based on the AWS IP ranges used by Amazon."입니다.
Amazon Web Services (AWS) IP Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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\/" ] } |