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”。
擴展截圖
下載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/
擴展基本資訊
名稱 | |
ID | cljfdgmalikglkefpoacplgeefpaebgk |
官方網址 | 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" ] } ] } |