Slack History

Extension to keep Slack history

Slack History란 무엇입니까?

Slack History은(는) adrian.nicos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to keep Slack history"입니다.

확장 프로그램 스크린샷

screenshot

Slack History 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}