AWS console autofill delete

Automatically fills the confirmation message to delete a resource in AWS

AWS console autofill delete là gì?

AWS console autofill delete là một tiện ích mở rộng Chrome được phát triển bởi Mickael B., và tính năng chính của nó là "Automatically fills the confirmation message to delete a resource in AWS".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS console autofill delete

Tải xuống các tệp mở rộng AWS console autofill delete 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

                        Tired of filling the deletion confirmation modal to delete a resource on AWS console ? This extension automatically fills the input for you. And it works in any language.

The automatic filling is implemented for more than 25 services, including:

- Access Analyzer
- ACM
- Api Gateway
- AppFlow
- Athena
- CloudWatch
- Cognito
- Config
- DocumentDB
- DynamoDB
- EC2
- ECR
- EFS
- Elastic Beanstalk
- EventBridge
- IAM
- Kinesis (Firehose & Analytics)
- KMS
- Lambda
- Route53
- S3
- Service Catalog
- Single Sign-On
- SNS
- SQS
- VPC
- QLDB
- WAF

More services are to come. You can open an issue or contribute if you'd like a service to be implemented.
Sometimes AWS updates their interfaces and the extension might stop working for some services. If this is the case, let me know so I can update the extension.                    

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

Tên AWS console autofill delete AWS console autofill delete
ID hmndplgjjgpdbcofbmbiejojppbgdbbg
URL Chính Thức https://chromewebstore.google.com/detail/aws-console-autofill-dele/hmndplgjjgpdbcofbmbiejojppbgdbbg
Mô tả Automatically fills the confirmation message to delete a resource in AWS
Kích Thước Tệp 11.8 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 2.10
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2022-07-20
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mickael B.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/BourgoisMickael/aws-console-autofill-delete
URL Trang Trợ Giúp https://github.com/BourgoisMickael/aws-console-autofill-delete/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS console autofill delete",
    "description": "Automatically fills the confirmation message to delete a resource in AWS",
    "version": "2.10",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo.png",
        "default_title": "AWS console autofill delete"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "author": "Mickael Bourgois"
}