Slack-Rally Extensions
This extension hyperlinkifies your rally items on slack
Slack-Rally Extensionsとは何ですか?
Slack-Rally ExtensionsはChengによって開発されたChromeの拡張機能で、その主な機能は「This extension hyperlinkifies your rally items on slack」です。
拡張機能のスクリーンショット
Slack-Rally Extensions拡張機能のCRXファイルをダウンロード
Slack-Rally Extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will hyperlinkify your rally items on slack website. i.e. your rally items on Slack will be CLICKABLE! It will open rally links in the new tab which has the items you requested. Currently it only supports DE, US and TA and will work on *.slack.com Try type US123, DE456, TA789 in your channels! You may need to login to rally in the first time when you use it. Author: Cheng For any bug reports and suggestions [email protected]
拡張機能の基本情報
名前 | Slack-Rally Extensions |
ID | alfkgcbidjlmbgbnhhabciookcoiomkf |
公式URL | https://chromewebstore.google.com/detail/slack-rally-extensions/alfkgcbidjlmbgbnhhabciookcoiomkf |
説明 | This extension hyperlinkifies your rally items on slack |
ファイルサイズ | 166 KB |
インストール数 | 39 |
現在のバージョン | 0.5.1 |
最終更新日 | 2016-02-01 |
公開日 | 2016-02-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Cheng |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/daily2432121/ChromeExtensionProjectTemplate1 |
ヘルプページのURL | https://github.com/daily2432121/ChromeExtensionProjectTemplate1 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slack-Rally Extensions", "description": "This extension hyperlinkifies your rally items on slack", "version": "0.5.1", "content_security_policy": "script-src 'self' https:\/\/*.jquery.com; object-src 'self'", "permissions": [ "https:\/\/*.rallydev.com\/*", "https:\/\/*.slack.com\/*" ], "content_scripts": [ { "js": [ "jquery-1.11.1.min.js", "jquery-ui.js", "jquery.dialogextend.js", "jquery.timer.js", "content.js" ], "matches": [ "http:\/\/*.slack.com\/*", "https:\/\/*.slack.com\/*" ], "css": [ "jquery-ui.css" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "option.html" } } |