Uptrends Transaction Recorder

Uptrends Transaction Recorder

Uptrends Transaction Recorderとは何ですか?

Uptrends Transaction Recorderはhttps://uptrends.comによって開発されたChromeの拡張機能で、その主な機能は「Uptrends Transaction Recorder」です。

拡張機能のスクリーンショット

screenshot

Uptrends Transaction Recorder拡張機能のCRXファイルをダウンロード

Uptrends Transaction Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}