Slack Issue Tracker Parser
Turn issue tracker numbers into links on Slack
What is Slack Issue Tracker Parser?
Slack Issue Tracker Parser is a Chrome extension developed by caiosba, and its main feature is "Turn issue tracker numbers into links on Slack".
Extension Screenshots
Download Slack Issue Tracker Parser Extension CRX File
Download Slack Issue Tracker Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pacaiaegphnemjjkoihhjahbpndabnch |
Official URL | https://chrome.google.com/webstore/detail/pacaiaegphnemjjkoihhjahbpndabnch |
Description | Turn issue tracker numbers into links on Slack |
File Size | 53.08 KB |
Installation Count | 27 |
Current Version | 0.0.14 |
Last Updated | 2014-10-04 |
Publish Date | 2014-10-04 |
Rating | 4.33/5 Total 3 Ratings |
Developer | caiosba |
Payment Type | free |
Extension Website | https://github.com/caiosba/slack.com.js |
Help Page URL | https://github.com/caiosba/slack.com.js |
Supported Languages | 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" } |