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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WebSitePulseAlerts, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης WebSitePulse Transaction Recorder

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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:\/\/*\/*"
    ]
}