Form Filler
HiddenPixel
(0 人评分) |20 位用户 | 来自
商店
|

概述
翻译

Simplifies small-scale form testing by accepting step-by-step instructions in JSON format. These instructions include CSS selectors, actions (such as text input or clicking), values, and optional delays for realistic timing. Here's how to get started: Prepare your instructions in a JSON array format, where each object represents a step in form filling. Specify: "selector": The CSS selector for the element you want to interact with, e.g., "#nameInput" for an input field with id "nameInput". "action": Choose from supported actions like "input" for entering text or "click" for simulating a mouse click. "value": Provide the input value for "input" actions, such as "John Doe". Leave blank for "click" actions. "delay": Optionally add a delay in seconds for a natural pause between steps. Save these instructions locally on your machine. The extension will utilize them for automatic form filling when you revisit the same form. Sample Instructions: [ { "selector": "#nameInput", "action": "input", "value": "John Doe", "delay": 3 }, { "selector": ".emailInputClass", "action": "input", "value": "johndoe@example.com", "delay": 3 }, { "selector": "textarea", "action": "input", "value": "Hello, this is a test message.", "delay": 3 }, { "selector": "#exampleForm button", "action": "click", "value": "", "delay": 3 } ] Sample HTML: Example Form
Activate the extension when encountering the form again. Watch as it seamlessly fills out the form, mimicking human interaction. **Make sure to save the instructions locally. Saving is currently not supported**

来自商店的评价 (0)

尚无人评价此扩展,查看 所有语言

留言

支持浏览器

适用于以下浏览器
内核要求
要求浏览器内核版本 ≥ 88

其他信息

文件类型
crx
版本
1.0 已同步至最新
更新日期
2024年3月31日 1年前
大小
306KiB
Manifest 版本
3
语言
查看全部1种支持的语言
权限
所属类别
开发者