Whole Form Filler - CTH

Every Online Site Form Filler With Custom Javascript

Τι είναι το Whole Form Filler - CTH;

Το Whole Form Filler - CTH είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον C Tech Hindi, και η κύρια λειτουργία του είναι "Every Online Site Form Filler With Custom Javascript".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Whole Form Filler - CTH

Every Online Site Form Filler

>> Application supports the following browsers:
   * Chrome (latest)

>> FAQ: [email protected]

TERMS OF SERVICE

1. Whole Form Filler extension do not access any type of user site data 
        while using these software.
2. Whole Form Filler - CTH is not government extension.
3. If you use this extension, then it will be your responsibility that how you are using this extension.
4. The main purpose of this extension is to make Data Entry easy, but if you use this extension to upload data unofficially, then it will be your responsibility. C Tech Hindi will not have any responsibility in this.                    

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

Όνομα Whole Form Filler - CTH Whole Form Filler - CTH
ID mnogdacpjniinadodafcoahjmncchilf
Επίσημο URL https://chromewebstore.google.com/detail/whole-form-filler-cth/mnogdacpjniinadodafcoahjmncchilf
Περιγραφή Every Online Site Form Filler With Custom Javascript
Μέγεθος Αρχείου 4.65 MB
Αριθμός Εγκαταστάσεων 822
Τρέχουσα Έκδοση 0.1.15
Τελευταία Ενημέρωση 2023-04-27
Ημερομηνία Δημοσίευσης 2021-05-13
Προγραμματιστής C Tech Hindi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://formfiller.ctechhindi.in/
Διεύθυνση URL της Σελίδας Βοήθειας https://ctechhindi.in/
URL της Σελίδας Πολιτικής Απορρήτου https://ctechhindi.in/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDescription__",
    "version": "0.1.15",
    "oauth2": {
        "client_id": "1024912902026-0c6q1l8a230h8nna77sk2n1tja0e0e0d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "identity",
        "identity.email",
        "declarativeNetRequest",
        "browsingData"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png"
        }
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript3.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [],
            "js": [
                "assets\/lib\/jquery.js",
                "contentScript8.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript4.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScript7.js",
                "assets\/js\/selector-generator.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/lib\/*.js",
                "scripts\/*.js",
                "contentScripts3.js",
                "contentScript10.js",
                "contentScript6.js",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}