Probely Sequence Recorder
You can use Probely Sequence Recorder to save and export a login or navigation sequence to be replayed during scans. To record a…
什么是Probely Sequence Recorder?
Probely Sequence Recorder是由Probely开发的Chrome扩展程序,该扩展的主要功能是“You can use Probely Sequence Recorder to save and export a login or navigation sequence to be replayed during scans. To record a…”。
扩展截图
下载Probely Sequence Recorder扩展crx文件
下载Probely Sequence Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can use Probely Sequence Recorder to save and export a login or navigation sequence to be replayed during scans.
To record a sequence, you need to:
- Download Probely's extension by clicking on "Add to Chrome".
- Click on Probely's icon in the address bar to open up the plugin, type your target URL and "Start recording".
- Access your target and make sure to perform every step necessary for the sequence to work as intended.
- Copy or download the recorded sequence.
- Paste or upload the sequence to your target settings on Probely.
Once those steps are completed, you can start a scan! 扩展基本信息
| 名称 | |
| ID | hldkejmiceccmcfgicnfbgminlidgkph |
| 官方URL | https://chromewebstore.google.com/detail/probely-sequence-recorder/hldkejmiceccmcfgicnfbgminlidgkph |
| 简介 | You can use Probely Sequence Recorder to save and export a login or navigation sequence to be replayed during scans. To record a… |
| 文件大小 | 180 KB |
| 安装次数 | 321 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2024-02-26 |
| 上架时间 | 2021-05-19 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Probely |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://probely.com/ |
| 帮助页面URL | https://help.probely.com/ |
| 隐私政策页面URL | https://probely.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.3",
"manifest_version": 3,
"name": "Probely Sequence Recorder",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon-34.png",
"48": "icon-48.png"
}
},
"icons": {
"128": "icon-128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
" | |