Uptime Recorder

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

什么是Uptime Recorder?

Uptime Recorder是由https://getuptime.co开发的Chrome扩展程序,该扩展的主要功能是“Record automated online store test flows to be used in the Uptime Shopify app”。

扩展截图

screenshot
screenshot
screenshot

下载Uptime Recorder扩展crx文件

下载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\/*"
        ]
    }
}