Form Filler

Save your time by prefilling any form on the internet with your information.

Τι είναι το Form Filler;

Το Form Filler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://formfiller.io, και η κύρια λειτουργία του είναι "Save your time by prefilling any form on the internet with your information.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Form Filler

Λήψη αρχείων επέκτασης Form Filler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
Επίσημο URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Περιγραφή Save your time by prefilling any form on the internet with your information.
Μέγεθος Αρχείου 262 KB
Αριθμός Εγκαταστάσεων 2,124
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2021-06-02
Αξιολόγηση 2.38/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://formfiller.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://tier5.us/chrome_extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}