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
Eメール [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\/*"
        ]
    }
}