WebSitePulse Transaction Recorder

Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.

Co to jest WebSitePulse Transaction Recorder?

WebSitePulse Transaction Recorder to rozszerzenie Chrome opracowane przez WebSitePulseAlerts, a jego główną funkcją jest „Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WebSitePulse Transaction Recorder

Pobierz pliki rozszerzeń WebSitePulse Transaction Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The extension works as an add-on for Google Chrome Developer Tools. To open Developer Tools: Options -> Tools -> Developer Tools or press Ctrl + Shift + I

In Developer tools you will find a "WSP Transaction Recorder" panel.
Its interface allows you to record, edit and upload transactions. It also provides you with a number of options to define the request types which you want to record.
There you can also enter your username and API key, which are required for uploading trasactions into your WebSitePulse account.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebSitePulse Transaction Recorder WebSitePulse Transaction Recorder
ID hhikljohenhpegbjlmnklkhdeomeocka
Oficjalny URL https://chrome.google.com/webstore/detail/websitepulse-transaction/hhikljohenhpegbjlmnklkhdeomeocka
Opis Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.
Rozmiar pliku 79.64 KB
Liczba instalacji 133
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-02-03
Data Publikacji 2015-02-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper WebSitePulseAlerts
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.websitepulse.com/about/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSitePulse Transaction Recorder",
    "version": "1.0.1",
    "description": "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.",
    "manifest_version": 2,
    "homepage_url": "http:\/\/websitepulse.com",
    "minimum_chrome_version": "23.0",
    "icons": {
        "128": "skin\/icon128.png",
        "16": "skin\/icon16.png",
        "48": "skin\/icon48.png"
    },
    "background": {
        "scripts": [
            "wsp.js",
            "background.js"
        ],
        "persistent": true
    },
    "devtools_page": "wspdevtools.html",
    "permissions": [
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}