/remind for Slack
Send /command messages to slack in batch
ما هو /remind for Slack؟
/remind for Slack هو إضافة Chrome تم تطويرها بواسطة mariko.kosaka، والميزة الرئيسية لها هي "Send /command messages to slack in batch".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة /remind for Slack
قم بتنزيل ملفات الامتداد /remind for Slack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome Extension which interact with Slack to send slash command messages in batch.
معلومات أساسية عن التمديد
الاسم | |
ID | jhidninpnhafpdclaojpmomdkdnlpkif |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/remind-for-slack/jhidninpnhafpdclaojpmomdkdnlpkif |
الوصف | Send /command messages to slack in batch |
حجم الملف | 36.21 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-02-26 |
تاريخ النشر | 2016-02-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mariko.kosaka |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/kosamari/remind/blob/master/README.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\/remind for Slack", "version": "1.0", "manifest_version": 2, "description": "Send \/command messages to slack in batch", "browser_action": { "default_popup": "popup.html", "default_icon": "img\/19.png" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*.slack.com\/*", "https:\/\/*.slack.com\/*" ] } |