Send To WebHook
Send link, image or selected text to webhooks by filters
Send To WebHookคืออะไร?
Send To WebHook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eric Fan และคุณลักษณะหลักของมันคือ "Send link, image or selected text to webhooks by filters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send To WebHook
ดาวน์โหลดไฟล์ส่วนขยาย Send To WebHook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to configure multiple webhook based on url and/or the selections
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Send To WebHook |
ID | hoglpfllfgiennflpdodjpaaecpfodpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
คำอธิบาย | Send link, image or selected text to webhooks by filters |
ขนาดไฟล์ | 233 KB |
จำนวนการติดตั้ง | 727 |
เวอร์ชันปัจจุบัน | 1.7.0 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2019-06-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Eric Fan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send To WebHook", "version": "1.7.0", "description": "Send link, image or selected text to webhooks by filters", "background": { "page": "index.html?page=background" }, "browser_action": { "default_popup": "index.html?page=popup" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "options_ui": { "page": "index.html?page=options", "chrome_style": true } } |