Uptime Recorder
Record automated online store test flows to be used in the Uptime Shopify app
Was ist Uptime Recorder?
Uptime Recorder ist eine Chrome-Erweiterung, die von https://getuptime.co entwickelt wurde, und ihr Hauptmerkmal ist "Record automated online store test flows to be used in the Uptime Shopify app".
Erweiterungsscreenshots
Uptime Recorder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Uptime Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Uptime Recorder |
ID | iajipjjgeaggckjhpdocbpdhophpipap |
Offizielle URL | https://chromewebstore.google.com/detail/uptime-recorder/iajipjjgeaggckjhpdocbpdhophpipap |
Beschreibung | Record automated online store test flows to be used in the Uptime Shopify app |
Dateigröße | 972 KB |
Installationsanzahl | 235 |
Aktuelle Version | 1.0.30 |
Letztes Update | 2024-02-13 |
Veröffentlichungsdatum | 2022-06-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://getuptime.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.getuptime.co |
Hilfeseite URL | https://www.getuptime.co/create-automated-test-flow |
URL der Datenschutzrichtlinien-Seite | https://www.getuptime.co/privacy |
Unterstützte Sprachen | 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": [ " |