Hipchat History Cleaner
This extension allows to remove history for a room page in HipChat
Cos'è Hipchat History Cleaner?
Hipchat History Cleaner è un'estensione di Chrome sviluppata da elyx00, e la sua funzione principale è "This extension allows to remove history for a room page in HipChat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hipchat History Cleaner
Scarica i file di estensione Hipchat History Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | cljfdgmalikglkefpoacplgeefpaebgk |
URL Ufficiale | https://chrome.google.com/webstore/detail/hipchat-history-cleaner/cljfdgmalikglkefpoacplgeefpaebgk |
Descrizione | This extension allows to remove history for a room page in HipChat |
Dimensione del File | 56.33 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-07-04 |
Data di Pubblicazione | 2014-07-04 |
Valutazione | 2.29/5 Totale 7 Valutazioni |
Sviluppatore | elyx00 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |