Perfecto Sample Session Tool
Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page
Co to jest Perfecto Sample Session Tool?
Perfecto Sample Session Tool to rozszerzenie Chrome opracowane przez perfectoplugin, a jego główną funkcją jest „Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Perfecto Sample Session Tool
Pobierz pliki rozszerzeń Perfecto Sample Session Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kaahoccgkcgbecneomiolciombockmnk |
Oficjalny URL | https://chromewebstore.google.com/detail/perfecto-sample-session-t/kaahoccgkcgbecneomiolciombockmnk |
Opis | Takes high-res screenshot, run Accessibility report, or download a HAR file on specified page |
Rozmiar pliku | 679 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 3.1 |
Ostatnia Aktualizacja | 2022-06-06 |
Data Publikacji | 2022-05-26 |
Deweloper | perfectoplugin |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.perforce.com/privacy-policy |
Obsługiwane Języki | 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": [ " |