Uptrends Transaction Recorder

Uptrends Transaction Recorder

Uptrends Transaction Recorder란 무엇입니까?

Uptrends Transaction Recorder은(는) https://uptrends.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uptrends Transaction Recorder"입니다.

확장 프로그램 스크린샷

screenshot

Uptrends Transaction Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Recording and uploading your multi-step web transactions to your Uptrends Website Monitoring account has never been easier.

Simply hit “Record,” navigate through your transaction steps in-browser, and click “Upload” after signing in to send your completed recording to your own recording queue. From your queue, submit your recording to our support engineers for review!                    

확장 프로그램 기본 정보

이름 Uptrends Transaction Recorder Uptrends Transaction Recorder
ID pbglkhekcljpmhpaeckglhfpenefpjgo
공식 URL https://chromewebstore.google.com/detail/uptrends-transaction-reco/pbglkhekcljpmhpaeckglhfpenefpjgo
설명 Uptrends Transaction Recorder
파일 크기 187 KB
설치 횟수 2,286
현재 버전 2.0.10
최근 업데이트 2022-04-19
출시 날짜 2019-12-31
평점 3.90/5 총 10 개의 평점
개발자 https://uptrends.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.uptrends.com
개인정보 보호 정책 페이지 URL https://www.uptrends.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uptrends Transaction Recorder",
    "short_name": "UT Recorder",
    "description": "Uptrends Transaction Recorder",
    "version": "2.0.10",
    "version_name": "2.0.10",
    "manifest_version": 2,
    "permissions": [
        "webNavigation",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "runtime.js",
            "vendors.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "Uptrends Transaction Recorder"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "assets\/prompt.js",
        "highlight.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "runtime.js",
                "vendors.js",
                "content.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ]
}