Slack History

Extension to keep Slack history

Apa itu Slack History?

Slack History adalah ekstensi Chrome yang dikembangkan oleh adrian.nicos, dan fitur utamanya adalah "Extension to keep Slack history".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slack History

Unduh file ekstensi Slack History 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

                        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.                    

Informasi Dasar Ekstensi

Nama Slack History Slack History
ID apccppalbpnjkfglpgomockcdpgiobde
URL Resmi https://chrome.google.com/webstore/detail/slack-history/apccppalbpnjkfglpgomockcdpgiobde
Deskripsi Extension to keep Slack history
Ukuran File 12.8 KB
Jumlah Instalasi 56
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2017-09-06
Tanggal Publikasi 2017-09-06
Penilaian 3.00/5 Total 2 Penilaian
Pengembang adrian.nicos
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/anicos/slack-history-chrome-extension
Bahasa yang Didukung 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
}