Slack-Rally Extensions
This extension hyperlinkifies your rally items on slack
O que é Slack-Rally Extensions?
Slack-Rally Extensions é uma extensão do Chrome desenvolvida por Cheng, e sua principal característica é "This extension hyperlinkifies your rally items on slack".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slack-Rally Extensions
Baixe arquivos de extensão Slack-Rally Extensions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | Slack-Rally Extensions |
ID | alfkgcbidjlmbgbnhhabciookcoiomkf |
URL Oficial | https://chromewebstore.google.com/detail/slack-rally-extensions/alfkgcbidjlmbgbnhhabciookcoiomkf |
Descrição | This extension hyperlinkifies your rally items on slack |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 39 |
Versão Atual | 0.5.1 |
Última Atualização | 2016-02-01 |
Data de Publicação | 2016-02-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Cheng |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/daily2432121/ChromeExtensionProjectTemplate1 |
URL da Página de Ajuda | https://github.com/daily2432121/ChromeExtensionProjectTemplate1 |
Idiomas Suportados | 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" } } |