Uptrends Transaction Recorder

Uptrends Transaction Recorder

Что такое Uptrends Transaction Recorder?

Uptrends Transaction Recorder - это расширение Chrome, разработанное https://uptrends.com, и его основная функция - "Uptrends Transaction Recorder".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Uptrends Transaction Recorder

Скачайте файлы расширений 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
Электронная почта [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
        }
    ]
}