Send to Slack
Select text and send it to Slack channel.
Qu'est-ce que Send to Slack ?
Send to Slack est une extension Chrome développée par Unknown, et sa fonction principale est "Select text and send it to Slack channel.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Send to Slack
Téléchargez les fichiers d'extension Send to Slack 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
Select text on the web page and send it to the Slack. You need to set up your slack api key on the options page.
Informations de Base sur l'Extension
Nom | Send to Slack |
ID | injfdkhoambnmbignljneolhkohkikgl |
URL Officiel | https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl |
Description | Select text and send it to Slack channel. |
Taille du Fichier | 61.24 KB |
Nombre d'Installations | 298 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-03-11 |
Date de Publication | 2016-03-11 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to Slack", "description": "Select text and send it to Slack channel.", "version": "0.1", "author": "Andrei Evseev", "permissions": [ "contextMenus", "https:\/\/slack.com\/api\/*", "storage" ], "icons": { "256": "slack.png" }, "options_page": "options.html", "background": { "scripts": [ "send2slack.js" ] }, "manifest_version": 2 } |