Slack History

Extension to keep Slack history

Qu'est-ce que Slack History ?

Slack History est une extension Chrome développée par adrian.nicos, et sa fonction principale est "Extension to keep Slack history".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slack History

Téléchargez les fichiers d'extension Slack History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Slack History Slack History
ID apccppalbpnjkfglpgomockcdpgiobde
URL Officiel https://chrome.google.com/webstore/detail/slack-history/apccppalbpnjkfglpgomockcdpgiobde
Description Extension to keep Slack history
Taille du Fichier 12.8 KB
Nombre d'Installations 56
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2017-09-06
Date de Publication 2017-09-06
Évaluation 3.00/5 Total 2 Évaluations
Développeur adrian.nicos
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/anicos/slack-history-chrome-extension
Langues Prises en Charge 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
}