Hipchat History Cleaner
This extension allows to remove history for a room page in HipChat
Apa itu Hipchat History Cleaner?
Hipchat History Cleaner adalah ekstensi Chrome yang dikembangkan oleh elyx00, dan fitur utamanya adalah "This extension allows to remove history for a room page in HipChat".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hipchat History Cleaner
Unduh file ekstensi Hipchat History Cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | |
ID | cljfdgmalikglkefpoacplgeefpaebgk |
URL Resmi | https://chrome.google.com/webstore/detail/hipchat-history-cleaner/cljfdgmalikglkefpoacplgeefpaebgk |
Deskripsi | This extension allows to remove history for a room page in HipChat |
Ukuran File | 56.33 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-07-04 |
Tanggal Publikasi | 2014-07-04 |
Penilaian | 2.29/5 Total 7 Penilaian |
Pengembang | elyx00 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |