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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apica และคุณลักษณะหลักของมันคือ "ZebraTester dropdown to control recording of browser sessions. May change proxy settings, browser cookies and/or cache."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apica Script Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Apica Script Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Apica ZebraTester Script Recorder to record the browser sessions
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Apica Script Recorder |
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 } ] } |