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"
            ]
        }
    ]
}