Slack-Rally Extensions
This extension hyperlinkifies your rally items on slack
Qu'est-ce que Slack-Rally Extensions ?
Slack-Rally Extensions est une extension Chrome développée par Cheng, et sa fonction principale est "This extension hyperlinkifies your rally items on slack".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack-Rally Extensions
Téléchargez les fichiers d'extension Slack-Rally Extensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Slack-Rally Extensions |
ID | alfkgcbidjlmbgbnhhabciookcoiomkf |
URL Officiel | https://chromewebstore.google.com/detail/slack-rally-extensions/alfkgcbidjlmbgbnhhabciookcoiomkf |
Description | This extension hyperlinkifies your rally items on slack |
Taille du Fichier | 166 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2016-02-01 |
Date de Publication | 2016-02-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Cheng |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/daily2432121/ChromeExtensionProjectTemplate1 |
URL de la Page d'Aide | https://github.com/daily2432121/ChromeExtensionProjectTemplate1 |
Langues Prises en Charge | 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" } } |