Whole Form Filler - CTH
Every Online Site Form Filler With Custom Javascript
什么是Whole Form Filler - CTH?
Whole Form Filler - CTH是由C Tech Hindi开发的Chrome扩展程序,该扩展的主要功能是“Every Online Site Form Filler With Custom Javascript”。
扩展截图
下载Whole Form Filler - CTH扩展crx文件
下载Whole Form Filler - CTH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | pplaoeboeelgkhbfekjjbhjpabhmngib |
| 官方URL | https://chromewebstore.google.com/detail/whole-form-filler-cth/pplaoeboeelgkhbfekjjbhjpabhmngib |
| 简介 | Every Online Site Form Filler With Custom Javascript |
| 文件大小 | 1.14 MB |
| 安装次数 | 691 |
| 当前版本 | 2.0.37 |
| 更新时间 | 2023-09-15 |
| 上架时间 | 2022-09-17 |
| 开发者 | C Tech Hindi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://formfiller.ctechhindi.in/ |
| 帮助页面URL | https://formfiller.ctechhindi.in/ |
| 隐私政策页面URL | https://ctechhindi.in/privacy |
| 支持的语言 | 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": [
" | |