Site24x7 Web Transaction (Browser) Recorder

Site24x7 Web Transaction (Browser) Recorder

Cos'è Site24x7 Web Transaction (Browser) Recorder?

Site24x7 Web Transaction (Browser) Recorder è un'estensione di Chrome sviluppata da Site24x7, e la sua funzione principale è "Site24x7 Web Transaction (Browser) Recorder".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Site24x7 Web Transaction (Browser) Recorder

Scarica i file di estensione Site24x7 Web Transaction (Browser) Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Record all essential workflows in your web application and set up production monitoring by using Chrome or Firefox browsers, at regular intervals.

Start recording by logging in to your Site24x7 account and once the transaction is recorded, perform the test playback of the recorded transaction and proceed to add a new monitor or update the existing monitor.                    

Informazioni di Base sull'Estensione

Nome Site24x7 Web Transaction (Browser) Recorder Site24x7 Web Transaction (Browser) Recorder
ID igeibjcgmjjglmjkehpeepggejgbpjnk
URL Ufficiale https://chromewebstore.google.com/detail/site24x7-web-transaction/igeibjcgmjjglmjkehpeepggejgbpjnk
Descrizione Site24x7 Web Transaction (Browser) Recorder
Dimensione del File 6.19 MB
Conteggio Installazioni 3,659
Versione Corrente 4.2.8
Ultimo Aggiornamento 2023-09-13
Data di Pubblicazione 2020-05-22
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Site24x7
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.site24x7.com/
URL della Pagina di Aiuto https://support.site24x7.com/portal/home
URL della Pagina della Politica sulla Privacy https://www.zoho.com/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "name": "Site24x7 Web Transaction (Browser) Recorder",
    "short_name": "Site24x7 RBM Recorder",
    "description": "Site24x7 Web Transaction (Browser) Recorder",
    "version": "4.2.8",
    "author": "Monisha V",
    "homepage_url": "https:\/\/www.site24x7.com\/",
    "browser_action": {
        "default_icon": {
            "128": "icons\/rbm-icon-128.png",
            "48": "icons\/rbm-icon-48.png",
            "16": "icons\/rbm-icon-16.png"
        },
        "default_title": "Site24x7 Web Transaction (Browser) Recorder"
    },
    "icons": {
        "128": "icons\/rbm-icon-128.png",
        "48": "icons\/rbm-icon-48.png",
        "16": "icons\/rbm-icon-16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "contextMenus",
        "downloads",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        "cookies",
        "browsingData",
        ""
    ],
    "incognito": "spanning",
    "web_accessible_resources": [
        "icons\/rbm-window.png",
        "source\/prompt.js",
        "source\/indicator.js",
        "source\/highlight.css",
        "bootstrap.html",
        "indicator.html",
        "source\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-6FXKxuRWuxqYNwfm8dfn09ksBLEcbH9yKX6yELna65E=' 'sha256-Qj\/3\/q3tOw\/grHm+FWt50+NB2FpIp9TsfLuweDSsniA=' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "source\/vendor\/global.js",
                "source\/vendor\/selenium-browserdetect.js",
                "source\/atoms.js",
                "source\/polyfills.js",
                "source\/escape.js",
                "source\/playback.js",
                "source\/record.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "source\/background.js"
        ]
    }
}