WebSitePulse Transaction Recorder

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

WebSitePulse Transaction Recorderとは何ですか?

WebSitePulse Transaction RecorderはWebSitePulseAlertsによって開発されたChromeの拡張機能で、その主な機能は「Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WebSitePulse Transaction Recorder WebSitePulse Transaction Recorder
ID hhikljohenhpegbjlmnklkhdeomeocka
公式URL https://chrome.google.com/webstore/detail/websitepulse-transaction/hhikljohenhpegbjlmnklkhdeomeocka
説明 Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.
ファイルサイズ 79.64 KB
インストール数 133
現在のバージョン 1.0.1
最終更新日 2015-02-03
公開日 2015-02-03
評価 5.00/5 合計 2 レビュー
開発者 WebSitePulseAlerts
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.websitepulse.com/about/privacy-policy
対応言語 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:\/\/*\/*"
    ]
}