Better Notifications - monday.com
Makes monday.com's notification drawer usable!
Better Notifications - monday.comคืออะไร?
Better Notifications - monday.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oryan Moshe และคุณลักษณะหลักของมันคือ "Makes monday.com's notification drawer usable!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Notifications - monday.com
ดาวน์โหลดไฟล์ส่วนขยาย Better Notifications - monday.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to define a set of phrases that are frequently used in notifications sent to you through monday.com, and reorders your notification drawer so those way-to-frequent notifications are smaller / hidden. This also allows you to see a compact view of your notification drawer without setting any phrases (by using extra compact mode) Examples of phrases can be: mentioned your team "$$$$" mentioned "Everyone at $$$$"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Notifications - monday.com |
ID | pndbiclnamhhdppgogjfogfpbhoahkkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-notifications-mond/pndbiclnamhhdppgogjfogfpbhoahkkl |
คำอธิบาย | Makes monday.com's notification drawer usable! |
ขนาดไฟล์ | 17.54 KB |
จำนวนการติดตั้ง | 1,008 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2019-08-07 |
วันที่เผยแพร่ | 2019-08-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Oryan Moshe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.0", "manifest_version": 2, "name": "Better Notifications - monday.com", "description": "Makes monday.com's notification drawer usable!", "author": "Oryan Moshe", "permissions": [ "activeTab", "*:\/\/*.monday.com\/*", "declarativeContent", "storage" ], "icons": { "48": "bell-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "bell-icon.png", "default_popup": "popup.html", "default_title": "Better Notifications - monday.com" }, "content_scripts": [ { "matches": [ "*:\/\/*.monday.com\/*" ], "css": [ "notifications.css" ] } ] } |