Send to Slack
Select text and send it to Slack channel.
Send to Slackคืออะไร?
Send to Slack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Select text and send it to Slack channel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to Slack
ดาวน์โหลดไฟล์ส่วนขยาย Send to Slack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Send to Slack |
ID | injfdkhoambnmbignljneolhkohkikgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/send-to-slack/injfdkhoambnmbignljneolhkohkikgl |
คำอธิบาย | Select text and send it to Slack channel. |
ขนาดไฟล์ | 61.24 KB |
จำนวนการติดตั้ง | 298 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-03-11 |
วันที่เผยแพร่ | 2016-03-11 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |