Slack Issue Tracker Parser

Turn issue tracker numbers into links on Slack

Slack Issue Tracker Parser란 무엇입니까?

Slack Issue Tracker Parser은(는) caiosba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn issue tracker numbers into links on Slack"입니다.

확장 프로그램 스크린샷

screenshot

Slack Issue Tracker Parser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension turns issue tracker numbers (e.g., #1234) into clickable links on Slack to the issue tracker of your choice. It works with Mantis, Redmine, Trac, and probably any other.                    

확장 프로그램 기본 정보

이름 Slack Issue Tracker Parser Slack Issue Tracker Parser
ID pacaiaegphnemjjkoihhjahbpndabnch
공식 URL https://chrome.google.com/webstore/detail/pacaiaegphnemjjkoihhjahbpndabnch
설명 Turn issue tracker numbers into links on Slack
파일 크기 53.08 KB
설치 횟수 27
현재 버전 0.0.14
최근 업데이트 2014-10-04
출시 날짜 2014-10-04
평점 4.33/5 총 3 개의 평점
개발자 caiosba
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/caiosba/slack.com.js
도움말 페이지 URL https://github.com/caiosba/slack.com.js
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.8.3.min.js",
                "jquery.sitp.js",
                "slack.com.js"
            ],
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Turn issue tracker numbers into links on Slack",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "Slack Issue Tracker Parser",
    "short_name": "SITP",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "0.0.14"
}