Hipchat History Cleaner

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

什么是Hipchat History Cleaner?

Hipchat History Cleaner是由elyx00开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to remove history for a room page in HipChat”。

扩展截图

screenshot

下载Hipchat History Cleaner扩展crx文件

下载Hipchat History Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Hipchat History Cleaner Hipchat History Cleaner
ID cljfdgmalikglkefpoacplgeefpaebgk
官方URL https://chrome.google.com/webstore/detail/hipchat-history-cleaner/cljfdgmalikglkefpoacplgeefpaebgk
简介 This extension allows to remove history for a room page in HipChat
文件大小 56.33 KB
安装次数 42
当前版本 1.0
更新时间 2014-07-04
上架时间 2014-07-04
评分 2.29/5 共7次评分
开发者 elyx00
付费类型 free
支持的语言 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"
            ]
        }
    ]
}