Site24x7 Web Transaction (Browser) Recorder

Site24x7 Web Transaction (Browser) Recorder

什麼是Site24x7 Web Transaction (Browser) Recorder?

Site24x7 Web Transaction (Browser) Recorder是由Site24x7開發的Chrome擴展程式,該擴展的主要功能是“Site24x7 Web Transaction (Browser) Recorder”。

擴展截圖

screenshot
screenshot
screenshot

下載Site24x7 Web Transaction (Browser) Recorder擴展crx文件

下載Site24x7 Web Transaction (Browser) Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Site24x7 Web Transaction (Browser) Recorder Site24x7 Web Transaction (Browser) Recorder
ID igeibjcgmjjglmjkehpeepggejgbpjnk
官方網址 https://chromewebstore.google.com/detail/site24x7-web-transaction/igeibjcgmjjglmjkehpeepggejgbpjnk
簡介 Site24x7 Web Transaction (Browser) Recorder
檔案大小 6.19 MB
安裝次數 3,659
目前版本 4.2.8
更新時間 2023-09-13
上架時間 2020-05-22
評分 3.67/5 共 3 次評分
開發者 Site24x7
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.site24x7.com/
說明頁面URL https://support.site24x7.com/portal/home
隱私政策頁面URL https://www.zoho.com/privacy.html
支援的語言 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"
        ]
    }
}