Slack Draw
Draw on Slack and share your drawings with the team
Qu'est-ce que Slack Draw ?
Slack Draw est une extension Chrome développée par caiosba, et sa fonction principale est "Draw on Slack and share your drawings with the team".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack Draw
Téléchargez les fichiers d'extension Slack Draw 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 lets you draw and share your drawings on Slack. Check the video and screenshot to see how to use it. Go to the options page of the extension and put your Slack token, which you can get from https://api.slack.com/custom-integrations/legacy-tokens (click you on the green button "Create token" and you'll get a token like xoxp-0123456789-12345678). Code and full documentation are available at https://github.com/caiosba/slackdraw.
Informations de Base sur l'Extension
Nom | |
ID | koafpkkggpelmnganfmkabbacefhkcgj |
URL Officiel | https://chrome.google.com/webstore/detail/slack-draw/koafpkkggpelmnganfmkabbacefhkcgj |
Description | Draw on Slack and share your drawings with the team |
Taille du Fichier | 106 KB |
Nombre d'Installations | 885 |
Version Actuelle | 0.0.61 |
Dernière Mise à Jour | 2017-06-12 |
Date de Publication | 2017-06-12 |
Évaluation | 2.64/5 Total 14 Évaluations |
Développeur | caiosba |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/caiosba/slackdraw |
URL de la Page d'Aide | https://github.com/caiosba/slackdraw |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery-1.8.3.min.js", "sketch.min.js", "jquery.simplemodal.1.4.4.min.js", "canvas-to-blob.min.js", "slackdraw.js" ], "css": [ "slackdraw.css", "modal.css" ], "matches": [ "https:\/\/*.slack.com\/*" ], "run_at": "document_start" } ], "description": "Draw on Slack and share your drawings with the team", "icons": { "128": "icon128.png", "48": "icon48.png" }, "options_page": "options.html", "manifest_version": 2, "name": "Slack Draw", "permissions": [ "activeTab", "storage" ], "version": "0.0.61" } |