WebSitePulse Transaction Recorder
Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.
O que é WebSitePulse Transaction Recorder?
WebSitePulse Transaction Recorder é uma extensão do Chrome desenvolvida por WebSitePulseAlerts, e sua principal característica é "Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebSitePulse Transaction Recorder
Baixe arquivos de extensão WebSitePulse Transaction Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hhikljohenhpegbjlmnklkhdeomeocka |
URL Oficial | https://chrome.google.com/webstore/detail/websitepulse-transaction/hhikljohenhpegbjlmnklkhdeomeocka |
Descrição | Easy way to record, edit, store and upload e-business transactions used with the web transaction and web application monitoring. |
Tamanho do Arquivo | 79.64 KB |
Contagem de Instalações | 133 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-02-03 |
Data de Publicação | 2015-02-03 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | WebSitePulseAlerts |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.websitepulse.com/about/privacy-policy |
Idiomas Suportados | 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:\/\/*\/*" ] } |