EasyFiller - Automatic Form Filler
Automatically complete forms with multiple data sets
Τι είναι το EasyFiller - Automatic Form Filler;
Το EasyFiller - Automatic Form Filler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easyfiller.softr.app, και η κύρια λειτουργία του είναι "Automatically complete forms with multiple data sets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EasyFiller - Automatic Form Filler
Λήψη αρχείων επέκτασης EasyFiller - Automatic Form Filler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
EasyFiller is a Chrome extension that automates the process of filling out online forms. It saves time and reduces errors by populating forms with multiple datasets of information that you create. This is particularly useful for people who fill out similar forms repeatedly or who need to enter the same information on multiple websites. With EasyFiller, you no longer have to manually enter the same information over and over again, which can be tedious and time-consuming. Instead, you can easily select the appropriate dataset and have the extension automatically populate the online form with the corresponding information, making your online form-filling experience more efficient and hassle-free.
Βασικές Πληροφορίες Επέκτασης
Όνομα | EasyFiller - Automatic Form Filler |
ID | oaphggcbnpminjffkjgldfepehcdjndp |
Επίσημο URL | https://chromewebstore.google.com/detail/easyfiller-automatic-form/oaphggcbnpminjffkjgldfepehcdjndp |
Περιγραφή | Automatically complete forms with multiple data sets |
Μέγεθος Αρχείου | 54.56 KB |
Αριθμός Εγκαταστάσεων | 451 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2023-08-06 |
Ημερομηνία Δημοσίευσης | 2023-04-05 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://easyfiller.softr.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://easyfiller.softr.app/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyFiller - Automatic Form Filler", "description": "Automatically complete forms with multiple data sets", "version": "1.3.0", "action": { "default_popup": "index.html" }, "permissions": [ "storage", "scripting", "activeTab", "unlimitedStorage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |