Slack History

Extension to keep Slack history

ما هو Slack History؟

Slack History هو إضافة Chrome تم تطويرها بواسطة adrian.nicos، والميزة الرئيسية لها هي "Extension to keep Slack history".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Slack History

قم بتنزيل ملفات الامتداد Slack History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Slack History Slack History
ID apccppalbpnjkfglpgomockcdpgiobde
عنوان URL الرسمي https://chrome.google.com/webstore/detail/slack-history/apccppalbpnjkfglpgomockcdpgiobde
الوصف Extension to keep Slack history
حجم الملف 12.8 KB
عدد التثبيتات 56
النسخة الحالية 0.0.0.3
آخر تحديث 2017-09-06
تاريخ النشر 2017-09-06
تقييم 3.00/5 مجموع تقييمات 2
المطور adrian.nicos
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/anicos/slack-history-chrome-extension
اللغات المدعومة 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
}