Slack History

Extension to keep Slack history

Cos'è Slack History?

Slack History è un'estensione di Chrome sviluppata da adrian.nicos, e la sua funzione principale è "Extension to keep Slack history".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Slack History

Scarica i file di estensione Slack History 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

                        This extension allow user to store history of chat slack. The extension add button history to chat toolbar. To see history please click the button. Place of button you can see on screen.                    

Informazioni di Base sull'Estensione

Nome Slack History Slack History
ID apccppalbpnjkfglpgomockcdpgiobde
URL Ufficiale https://chrome.google.com/webstore/detail/slack-history/apccppalbpnjkfglpgomockcdpgiobde
Descrizione Extension to keep Slack history
Dimensione del File 12.8 KB
Conteggio Installazioni 56
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2017-09-06
Data di Pubblicazione 2017-09-06
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore adrian.nicos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/anicos/slack-history-chrome-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack History",
    "description": "Extension to keep Slack history",
    "version": "0.0.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "storage"
    ],
    "web_accessible_resources": [
        "inject.html",
        "historyPopup.html"
    ],
    "manifest_version": 2
}