ServerPulse

ServerPulse - Monitor your server from chrome

What is ServerPulse?

ServerPulse is a Chrome extension developed by http://www.techzonemind.com, and its main feature is "ServerPulse - Monitor your server from chrome".

Extension Screenshots

screenshot

Download ServerPulse Extension CRX File

Download ServerPulse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Please follow following steps to install server pulse on your server.

1. Download mypulse.php from http://www.techzonemind.com/serverpulse-simple-way-to-monitor-web-server-from-chrome/.
2. Move mypulse.php to server root directory.
3. Add complete url to mypulse.php to the ServerPulse                    

Extension Basic Information

Name ServerPulse ServerPulse
ID bnndhennkkpmkiieiahhnmbmhhompfij
Official URL https://chrome.google.com/webstore/detail/serverpulse/bnndhennkkpmkiieiahhnmbmhhompfij
Description ServerPulse - Monitor your server from chrome
File Size 376 KB
Installation Count 175
Current Version 1.2
Last Updated 2014-08-18
Publish Date 2014-08-18
Rating 5.00/5 Total 1 Ratings
Developer http://www.techzonemind.com
Payment Type free
Extension Website http://www.techzonemind.com/serverpulse-simple-way-to-monitor-web-server-from-chrome/
Help Page URL http://www.techzonemind.com/serverpulse-simple-way-to-monitor-web-server-from-chrome/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ServerPulse",
    "short_name": "Realtime Server Monitoring",
    "manifest_version": 2,
    "version": "1.2",
    "description": "ServerPulse - Monitor your server from chrome",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            ".\/js\/jquery.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "icons": [
            "icon.png"
        ],
        "name": "ServerPulse",
        "default_icon": "icon.png",
        "default_title": "ServerPulse",
        "default_popup": "popup.html"
    }
}