Uptime Recorder
Record automated online store test flows to be used in the Uptime Shopify app
Uptime Recorder क्या है?
Uptime Recorder https://getuptime.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record automated online store test flows to be used in the Uptime Shopify app"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Uptime Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Uptime Recorder |
ID | iajipjjgeaggckjhpdocbpdhophpipap |
आधिकारिक URL | https://chromewebstore.google.com/detail/uptime-recorder/iajipjjgeaggckjhpdocbpdhophpipap |
विवरण | Record automated online store test flows to be used in the Uptime Shopify app |
फ़ाइल का आकार | 972 KB |
स्थापना संख्या | 235 |
वर्तमान संस्करण | 1.0.30 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2022-06-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://getuptime.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.getuptime.co |
सहायता पृष्ठ URL | https://www.getuptime.co/create-automated-test-flow |
गोपनीयता नीति पृष्ठ URL | https://www.getuptime.co/privacy |
समर्थित भाषाएँ | 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": [ " |