ACCELQ - View Recorder
ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.
ACCELQ - View Recorderคืออะไร?
ACCELQ - View Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.accelq.com และคุณลักษณะหลักของมันคือ "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ACCELQ - View Recorder
ดาวน์โหลดไฟล์ส่วนขยาย ACCELQ - View Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps. Works in conjunction with ACCELQ test automation product available for subscription.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ACCELQ - View Recorder |
ID | bbnlmjmabffkmgdidgknggloohdoadfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accelq-view-recorder/bbnlmjmabffkmgdidgknggloohdoadfi |
คำอธิบาย | ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ. |
ขนาดไฟล์ | 1.29 MB |
จำนวนการติดตั้ง | 7,173 |
เวอร์ชันปัจจุบัน | 4.5.23 |
อัปเดตครั้งล่าสุด | 2023-01-17 |
วันที่เผยแพร่ | 2019-12-20 |
คะแนน | 4.88/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | https://www.accelq.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.accelq.com/ |
URL หน้าช่วยเหลือ | https://support.accelq.com/hc/en-us/sections/115002791828-accelQ-View-Analyzer |
URL หน้านโยบายความเป็นส่วนตัว | https://www.accelq.com/privacypolicy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ACCELQ - View Recorder", "version": "4.5.23", "manifest_version": 2, "description": "ACCELQ Smart Capture plugin analyzes the DOM structure of a webpage to facilitate automated interaction with web apps from ACCELQ.", "homepage_url": "http:\/\/accelq.com", "icons": { "16": "common\/icons\/icon16.png", "48": "common\/icons\/icon48.png", "128": "common\/icons\/icon48.png" }, "background": { "scripts": [ "libs\/jquery.js", "libs\/lodash.js", "libs\/json2.js", "libs\/platform.js", "common\/js\/Utils.js", "common\/js\/aq.config.js", "common\/js\/aq.configpolyfill.js", "common\/js\/aq.messages.js", "common\/js\/aq.main.js", "plugin\/chrome\/common\/aq.chrome.js", "plugin\/chrome\/common\/aq.BadgeAnimator.js", "plugin\/chrome\/background_scripts\/aq.StorageManager.js", "plugin\/chrome\/background_scripts\/aq.ScreenCaptureManager.js", "plugin\/chrome\/background_scripts\/aq.Scheduler.js", "plugin\/chrome\/background_scripts\/aq.EventManager.js", "plugin\/chrome\/background_scripts\/aq.WorkflowRecorder.js", "plugin\/chrome\/background_scripts\/aq.RestClient.js", "plugin\/chrome\/background_scripts\/aq.PostInstallerScript.js" ], "persistent": true }, "browser_action": { "default_icon": "common\/icons\/q.png", "default_title": "ACCELQ - View Recorder", "default_popup": "plugin\/chrome\/popup\/index.html", "iframe_popup": "plugin\/chrome\/recorder\/index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |