Uptime Recorder

Record automated online store test flows to be used in the Uptime Shopify app

Τι είναι το Uptime Recorder;

Το Uptime Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getuptime.co, και η κύρια λειτουργία του είναι "Record automated online store test flows to be used in the Uptime Shopify app".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Uptime Recorder

Λήψη αρχείων επέκτασης Uptime Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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": [
                ""
            ],
            "js": [
                "inject.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "match_about_blank": false,
            "all_frames": false,
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "recording-notifier.html",
                "onboarding.html",
                "modify_attach_shadow.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getuptime.co\/*",
            "http:\/\/localhost\/*",
            "http:\/\/localhost:*\/*",
            "https:\/\/*.ngrok.io\/*"
        ]
    }
}