Form Filler
Automatically fill the form on the website.
Τι είναι το Form Filler;
Το Form Filler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον green3rd, και η κύρια λειτουργία του είναι "Automatically fill the form on the website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Form Filler
Λήψη αρχείων επέκτασης Form Filler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Form Filler |
ID | dgfgnhlcalihgnemejfldncmedabhfna |
Επίσημο URL | https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna |
Περιγραφή | Automatically fill the form on the website. |
Μέγεθος Αρχείου | 144 KB |
Αριθμός Εγκαταστάσεων | 92 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-06-23 |
Ημερομηνία Δημοσίευσης | 2021-06-23 |
Προγραμματιστής | green3rd |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Filler", "version": "1.0", "description": "Automatically fill the form on the website.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "options_page": "options.html" } |