/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 อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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\/*" ] } |