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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
    ]
}