Hipchat History Cleaner

This extension allows to remove history for a room page in HipChat

What is Hipchat History Cleaner?

Hipchat History Cleaner is a Chrome extension developed by elyx00, and its main feature is "This extension allows to remove history for a room page in HipChat".

Extension Screenshots

screenshot

Download Hipchat History Cleaner Extension CRX File

Download Hipchat History Cleaner 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

                        Remove all the history from a Hipchat room history page. (Only works for your own messages)

Deletes messages from: https://hipchat.com/history/room/YOUR-ROOM-ID/                    

Extension Basic Information

Name Hipchat History Cleaner Hipchat History Cleaner
ID cljfdgmalikglkefpoacplgeefpaebgk
Official URL https://chrome.google.com/webstore/detail/hipchat-history-cleaner/cljfdgmalikglkefpoacplgeefpaebgk
Description This extension allows to remove history for a room page in HipChat
File Size 56.33 KB
Installation Count 42
Current Version 1.0
Last Updated 2014-07-04
Publish Date 2014-07-04
Rating 2.29/5 Total 7 Ratings
Developer elyx00
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hipchat History Cleaner",
    "description": "This extension allows to remove history for a room page in HipChat",
    "version": "1.0",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hipchat.com\/history\/room\/*"
            ],
            "js": [
                "jquery.js",
                "addkey.js"
            ]
        }
    ]
}