Apica Script Recorder
ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.
什么是Apica Script Recorder?
Apica Script Recorder是由Apica开发的Chrome扩展程序,该扩展的主要功能是“ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.”。
扩展截图
下载Apica Script Recorder扩展crx文件
下载Apica Script Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Apica ZebraTester Script Recorder to record the browser sessions 扩展基本信息
| 名称 | |
| ID | kljpognhnmnegokmlhoapelcnmllglhp |
| 官方URL | https://chromewebstore.google.com/detail/apica-script-recorder/kljpognhnmnegokmlhoapelcnmllglhp |
| 简介 | ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache. |
| 文件大小 | 5.74 MB |
| 安装次数 | 136 |
| 当前版本 | 1.0.8 |
| 更新时间 | 2022-03-03 |
| 上架时间 | 2022-03-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Apica |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.apica.io/ |
| 帮助页面URL | https://www.apica.io/ |
| 隐私政策页面URL | https://www.apica.io/wp-content/uploads/2021/11/Apica-Privacy-Policy.pdf |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and\/or cache.",
"manifest_version": 3,
"name": "Apica Script Recorder",
"version": "1.0.8",
"homepage_url": "http:\/\/www.zebratester.com\/",
"icons": {
"48": "static_contents\/PrxRecExt\/PrxRecExt.png",
"96": "static_contents\/PrxRecExt\/[email protected]",
"128": "static_contents\/PrxRecExt\/PrxRecExt_128.png"
},
"permissions": [
"tabs",
"cookies",
"browsingData",
"proxy"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "static_contents\/PrxRecExt1_black_16\/PrxRecExt1_black_16.png",
"32": "static_contents\/PrxRecExt1_black_16\/[email protected]",
"64": "static_contents\/PrxRecExt1_black_16\/[email protected]"
},
"default_title": "Apica Script Recorder",
"default_popup": "popup\/choose_action.html",
"theme_icons": [
{
"light": "static_contents\/PrxRecExt1_white_16\/PrxRecExt1_white_16.png",
"dark": "static_contents\/PrxRecExt1_black_16\/PrxRecExt1_black_16.png",
"size": 16
},
{
"light": "static_contents\/PrxRecExt1_white_16\/[email protected]",
"dark": "static_contents\/PrxRecExt1_black_16\/[email protected]",
"size": 32
},
{
"light": "static_contents\/PrxRecExt1_white_16\/[email protected]",
"dark": "static_contents\/PrxRecExt1_black_16\/[email protected]",
"size": 64
}
]
},
"web_accessible_resources": [
{
"resources": [
"help\/start.html"
],
"use_dynamic_url": true
}
]
} | |