Slack History
Extension to keep Slack history
Wat is Slack History?
Slack History is een Chrome-extensie ontwikkeld door adrian.nicos, en de belangrijkste functie is "Extension to keep Slack history".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack History
Download Slack History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | apccppalbpnjkfglpgomockcdpgiobde |
Officiële URL | https://chrome.google.com/webstore/detail/slack-history/apccppalbpnjkfglpgomockcdpgiobde |
Beschrijving | Extension to keep Slack history |
Bestandsgrootte | 12.8 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2017-09-06 |
Publicatiedatum | 2017-09-06 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | adrian.nicos |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/anicos/slack-history-chrome-extension |
Ondersteunde Talen | 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 } |