Slack Send Later
Slackへメッセージの予約投稿をするChrome拡張です。
Qu'est-ce que Slack Send Later ?
Slack Send Later est une extension Chrome développée par shoito, et sa fonction principale est "Slackへメッセージの予約投稿をするChrome拡張です。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack Send Later
Téléchargez les fichiers d'extension Slack Send Later 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
Slackにメッセージを送信予約するためのChrome拡張です。 ※2021-06-20 公式のSlack機能としてメッセージ送信予約が公開されました (https://slack.com/help/articles/1500012915082-Schedule-messages-to-send-later) 朝早く、夜遅く、または休日にSlackにメッセージを送るのに気を使ってしまうことはありませんか? リマインドしておいて、後で送ろうとするのではなく、メッセージは送信予約してしまいましょう。 使い方 1. メッセージ送信予約のために、Slackアプリを作成しトークンを取得します。(Permissions - Select Permission Scopes - chat:write:usersを付与) 2. ブラウザアクションのオプションからSlackトークンを設定する 3. ブラウザアクションから投稿先の「チャンネル」、「メッセージ」、「送信予定日時」を入力して「送信予約」ボタンを押下する 紹介ブログ - Slackメッセージを時間気にせず送りたいので、chat.scheduleMessage APIを使ってメッセージ送信予約機能を試してみた https://dev.classmethod.jp/tool/slack-schedule-message/
Informations de Base sur l'Extension
Nom | Slack Send Later |
ID | nnbmbbhkagnhjimdegagnoebeijljbci |
URL Officiel | https://chromewebstore.google.com/detail/slack-send-later/nnbmbbhkagnhjimdegagnoebeijljbci |
Description | Slackへメッセージの予約投稿をするChrome拡張です。 |
Taille du Fichier | 868 KB |
Nombre d'Installations | 1,929 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-06-21 |
Date de Publication | 2019-09-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | shoito |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Send Later", "short_name": "Slack Send Later", "version": "0.0.3", "manifest_version": 3, "description": "Slack\u3078\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4e88\u7d04\u6295\u7a3f\u3092\u3059\u308bChrome\u62e1\u5f35\u3067\u3059\u3002", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": true }, "action": { "default_icon": "icons\/icon19.png", "default_title": "Slack Send Later", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/slack.com\/api\/*" ], "background": { "service_worker": "background.js" } } |