Perfecto Sample Session Tool
Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page
Apa itu Perfecto Sample Session Tool?
Perfecto Sample Session Tool adalah ekstensi Chrome yang dikembangkan oleh perfectoplugin, dan fitur utamanya adalah "Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Perfecto Sample Session Tool
Unduh file ekstensi Perfecto Sample Session Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The Perfecto Session Tool uses the information already stored in the browser (cloud URL, authentication, session id, etc.) to run Appium commands with little to no configuration.
Informasi Dasar Ekstensi
Nama | |
ID | kaahoccgkcgbecneomiolciombockmnk |
URL Resmi | https://chromewebstore.google.com/detail/perfecto-sample-session-t/kaahoccgkcgbecneomiolciombockmnk |
Deskripsi | Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page |
Ukuran File | 679 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 3.1 |
Terakhir Diperbarui | 2022-06-06 |
Tanggal Publikasi | 2022-05-26 |
Pengembang | perfectoplugin |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.perforce.com/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Perfecto Sample Session Tool", "description": "Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page", "version": "3.1", "action": { "default_popup": "popup.html", "default_icon": { "128": "icon128.png" } }, "icons": { "128": "icon128.png" }, "background": { "service_worker": "background2.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.app.perfectomobile.com\/*" ], "js": [ "content.js" ] } ], "content_security_policy": { "extension_page": "script-src 'self' unsafe-eval object-src 'self'" }, "host_permissions": [ " |