Whole Form Filler - CTH

Every Online Site Form Filler With Custom Javascript

Whole Form Filler - CTH là gì?

Whole Form Filler - CTH là một tiện ích mở rộng Chrome được phát triển bởi C Tech Hindi, và tính năng chính của nó là "Every Online Site Form Filler With Custom Javascript".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whole Form Filler - CTH

Tải xuống các tệp mở rộng Whole Form Filler - CTH dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Whole Form Filler V2 - CTH 

Every Online Site Form Filler

https://formfiller.ctechhindi.in/

* Custom JavaScript
* Upload Data with Excel Sheet

>> 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whole Form Filler - CTH Whole Form Filler - CTH
ID pplaoeboeelgkhbfekjjbhjpabhmngib
URL Chính Thức https://chromewebstore.google.com/detail/whole-form-filler-cth/pplaoeboeelgkhbfekjjbhjpabhmngib
Mô tả Every Online Site Form Filler With Custom Javascript
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 691
Phiên Bản Hiện Tại 2.0.37
Cập Nhật Lần Cuối 2023-09-15
Ngày Phát Hành 2022-09-17
Nhà Phát Triển C Tech Hindi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://formfiller.ctechhindi.in/
URL Trang Trợ Giúp https://formfiller.ctechhindi.in/
URL Trang Chính Sách Bảo Mật https://ctechhindi.in/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.37",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "declarativeNetRequest",
        "browsingData",
        "notifications",
        "alarms",
        "scripting",
        "tabs",
        "webRequest"
    ],
    "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": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "assets\/lib\/jquery.js",
                "contentScript8.js",
                "contentScript10.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript4.js",
                "contentScript9.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScript7.js",
                "assets\/js\/selector-generator.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/lib\/*.js",
                "assets\/empty_loop.ogg",
                "scripts\/*.js",
                "internal-scripts\/*.js",
                "contentScript6.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "pplaoeboeelgkhbfekjjbhjpabhmngib"
        ],
        "matches": [
            "https:\/\/wff2s.netlify.app\/*",
            "https:\/\/wff2-online-site.pages.dev\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/rules_1.json"
            }
        ]
    },
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__"
}