Dabble Messages
Add email client features directly to LinkedIn Messages. Snooze, Pinning, Reminders and Snippets.
Dabble Messagesคืออะไร?
Dabble Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Red35 Productivity Apps และคุณลักษณะหลักของมันคือ "Add email client features directly to LinkedIn Messages. Snooze, Pinning, Reminders and Snippets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dabble Messages
ดาวน์โหลดไฟล์ส่วนขยาย Dabble Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
LinkedIn was created as a "Business Social Network" and it's never graduated beyond that. But 90% of users would consider it an integral part of their tech stack - everyone from Marketers to Sales people to Recruiters.... all use LinkedIn every day. Since LinkedIn has become an integral part of the tech stack it's time that it starts acting like it. Dabble powers up your Messages to behave like an actual Inbox by adding features such as Snooze, Snippets, Pinning and Send Reminders.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dabble Messages |
ID | pcaplbbinhgehahklhidhlchenddfnhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dabble-messages/pcaplbbinhgehahklhidhlchenddfnhe |
คำอธิบาย | Add email client features directly to LinkedIn Messages. Snooze, Pinning, Reminders and Snippets. |
ขนาดไฟล์ | 732 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-06-30 |
วันที่เผยแพร่ | 2023-05-10 |
ผู้พัฒนา | Red35 Productivity Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.getdabble.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.getdabble.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dabble Messages", "description": "Add email client features directly to LinkedIn Messages. Snooze, Pinning, Reminders and Snippets.", "homepage_url": "https:\/\/www.getdabble.io\/how-it-works", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": { "default_title": "Dabble Messages", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_start", "js": [ "before.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "http:\/\/www.linkedin.com\/*" ] }, { "run_at": "document_idle", "css": [ "bootstrap.css", "custom.css" ], "js": [ "jquery.js", "bootstrap.min.js", "moment.min.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "http:\/\/www.linkedin.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "scripting", "unlimitedStorage", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "http:\/\/www.linkedin.com\/*", "https:\/\/dev-1fo4733y5vtbyqis.us.auth0.com\/*", "https:\/\/checkout.stripe.com\/checkout.js" ] } |