Uptime Recorder
Record automated online store test flows to be used in the Uptime Shopify app
Co to jest Uptime Recorder?
Uptime Recorder to rozszerzenie Chrome opracowane przez https://getuptime.co, a jego główną funkcją jest „Record automated online store test flows to be used in the Uptime Shopify app”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Uptime Recorder
Pobierz pliki rozszerzeń Uptime Recorder 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
Uptime Recorder allows you to record custom test flows for your Shopify online store. To setup automated online store testing simply download your recording file from the Uptime Recorder extension and upload it to the Uptime Shopify App. Once uploaded test files will run every 24hrs or whenever you make an update to your Online Store theme. Why choose Uptime? Uptime was built by ex-Shopify employees with the goal of giving Merchants peace of mind by monitoring, detecting and pro-actively alerting them of issues, instead of finding out hours too late via customer support or looking at sales data.
Podstawowe informacje o rozszerzeniu
Nazwa | Uptime Recorder |
ID | iajipjjgeaggckjhpdocbpdhophpipap |
Oficjalny URL | https://chromewebstore.google.com/detail/uptime-recorder/iajipjjgeaggckjhpdocbpdhophpipap |
Opis | Record automated online store test flows to be used in the Uptime Shopify app |
Rozmiar pliku | 972 KB |
Liczba instalacji | 235 |
Aktualna Wersja | 1.0.30 |
Ostatnia Aktualizacja | 2024-02-13 |
Data Publikacji | 2022-06-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://getuptime.co |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.getuptime.co |
Adres URL Strony Pomocy | https://www.getuptime.co/create-automated-test-flow |
Adres URL Strony Polityki Prywatności | https://www.getuptime.co/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uptime Recorder", "description": "Record automated online store test flows to be used in the Uptime Shopify app", "version": "1.0.30", "permissions": [ "storage", "activeTab", "privacy", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "Uptime Recorder", "default_icon": "src\/app\/images\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "src\/app\/images\/icon-16.png", "19": "src\/app\/images\/icon-19.png", "38": "src\/app\/images\/icon-38.png", "128": "src\/app\/images\/icon-128.png" }, "content_scripts": [ { "matches": [ " |