AWS console autofill delete
Automatically fills the confirmation message to delete a resource in AWS
AWS console autofill delete क्या है?
AWS console autofill delete Mickael B. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically fills the confirmation message to delete a resource in AWS"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS console autofill delete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | AWS console autofill delete |
ID | hmndplgjjgpdbcofbmbiejojppbgdbbg |
आधिकारिक URL | https://chromewebstore.google.com/detail/aws-console-autofill-dele/hmndplgjjgpdbcofbmbiejojppbgdbbg |
विवरण | Automatically fills the confirmation message to delete a resource in AWS |
फ़ाइल का आकार | 11.8 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 2.10 |
अंतिम अपडेट | 2023-08-24 |
प्रकाशन तिथि | 2022-07-20 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Mickael B. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/BourgoisMickael/aws-console-autofill-delete |
सहायता पृष्ठ URL | https://github.com/BourgoisMickael/aws-console-autofill-delete/issues |
समर्थित भाषाएँ | 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" } |