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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}