Apica Script Recorder
ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.
Apica Script Recorder là gì?
Apica Script Recorder là một tiện ích mở rộng Chrome được phát triển bởi Apica, và tính năng chính của nó là "ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apica Script Recorder
Tải xuống các tệp mở rộng Apica Script Recorder 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
Apica ZebraTester Script Recorder to record the browser sessions
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apica Script Recorder |
ID | kljpognhnmnegokmlhoapelcnmllglhp |
URL Chính Thức | https://chromewebstore.google.com/detail/apica-script-recorder/kljpognhnmnegokmlhoapelcnmllglhp |
Mô tả | ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache. |
Kích Thước Tệp | 5.74 MB |
Số Lần Cài Đặt | 136 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2022-03-03 |
Ngày Phát Hành | 2022-03-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Apica |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.apica.io/ |
URL Trang Trợ Giúp | https://www.apica.io/ |
URL Trang Chính Sách Bảo Mật | https://www.apica.io/wp-content/uploads/2021/11/Apica-Privacy-Policy.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |