Uptime.com Transaction Recorder

Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service

Τι είναι το Uptime.com Transaction Recorder;

Το Uptime.com Transaction Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uptime.com, και η κύρια λειτουργία του είναι "Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service".

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

screenshot
screenshot
screenshot

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

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

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

                        Record automated synthetic monitoring tests to validate real website flows, functions, interactions and page validations. This extension makes it easy to record browser interactions for generating transaction checks for the Uptime.com monitoring service. Ensure your site and services critical user flows are tested and functioning properly.

This Recorder helps simplify the creation of transaction Checks for your websites, recording clicks and general site navigation, to create check steps as you go. Users can also pause and add commands or validations manually to create a full recording of real user actions on their sites such as login flows, shopping cart checkouts, real page load performance and availability of simple to complex validation flows. 

Get a free trial with Uptime.com and try the Transaction Recorder at the following link: https://uptime.com/accounts/register                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Uptime.com Transaction Recorder Uptime.com Transaction Recorder
ID jiiejololhdhdhfefdaokjkgfpmdbiio
Επίσημο URL https://chromewebstore.google.com/detail/uptimecom-transaction-rec/jiiejololhdhdhfefdaokjkgfpmdbiio
Περιγραφή Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service
Μέγεθος Αρχείου 22.8 KB
Αριθμός Εγκαταστάσεων 708
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://uptime.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://uptime.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.uptime.com
URL της Σελίδας Πολιτικής Απορρήτου https://uptime.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uptime.com Transaction Recorder",
    "version": "2.0.0",
    "description": "Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service",
    "permissions": [
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/uptime.com\/*",
            "http:\/\/*.uptime.com\/*",
            "https:\/\/uptime.com\/*",
            "https:\/\/*.uptime.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "strip_headers",
                "enabled": true,
                "path": "rules_strip_headers.json"
            }
        ]
    },
    "icons": {
        "16": "assets\/uptime_16.png",
        "32": "assets\/uptime_32.png",
        "48": "assets\/uptime_48.png",
        "128": "assets\/uptime_128.png"
    },
    "action": {
        "default_title": "Uptime.com Transaction Recorder",
        "default_icon": {
            "16": "assets\/uptime_16.png",
            "32": "assets\/uptime_32.png",
            "48": "assets\/uptime_48.png",
            "128": "assets\/uptime_128.png"
        }
    }
}