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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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