Fast Fill - Fill the form only with one click
Fill the forms with one click
Τι είναι το Fast Fill - Fill the form only with one click;
Το Fast Fill - Fill the form only with one click είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abitspace, και η κύρια λειτουργία του είναι "Fill the forms with one click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fast Fill - Fill the form only with one click
Λήψη αρχείων επέκτασης Fast Fill - Fill the form only with one click σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sometimes, we need to input a large amount of text into a form, such as an article or a set of data. In the traditional way, we have to copy and paste the text into each input box of the form one by one, which is time-consuming, laborious, and error-prone. With the Fast Fill Chrome extension, we can easily fill in all the input boxes of the form with a large amount of text at once, greatly improving efficiency and accuracy. Specifically, the Chrome extension can achieve this function through the following steps: 1. Open the form page that needs to be filled in the browser. 2. Click the Chrome extension icon, enter the text that needs to be filled in the pop-up extension window. Fast Fill will automatically divide the text into different input box contents. 3. Click the "Fill into the form" button, and the extension will automatically fill in all the form input boxes with the text at once, eliminating the trouble of filling them in one by one.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fast Fill - Fill the form only with one click |
ID | fkkjpkjghkoifdielbommckgjlbgemoo |
Επίσημο URL | https://chromewebstore.google.com/detail/fast-fill-fill-the-form-o/fkkjpkjghkoifdielbommckgjlbgemoo |
Περιγραφή | Fill the forms with one click |
Μέγεθος Αρχείου | 1.64 MB |
Αριθμός Εγκαταστάσεων | 231 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-03-13 |
Ημερομηνία Δημοσίευσης | 2023-03-13 |
Προγραμματιστής | abitspace |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appname__", "description": "Fill the forms with one click", "version": "1.0.0", "default_locale": "en", "icons": { "16": "icons\/logo-1.png", "32": "icons\/logo-2.png", "48": "icons\/logo-3.png", "128": "icons\/logo-4.png" }, "action": { "default_title": "__MSG_action_tip__" }, "background": { "service_worker": "static\/js\/bg.js" }, "permissions": [ "tabs", "background", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "static\/js\/content.js", "static\/css\/content.css" ] } ], "commands": { "open_drawer_command": { "suggested_key": { "windows": "Ctrl+M", "mac": "Command+M", "chromeos": "Ctrl+M", "linux": "Ctrl+M" }, "description": "__MSG_command_tip__" } } } |