Dabble Messages
Add email client features directly to LinkedIn Messages. Snooze, Pinning, Reminders and Snippets.
Dabble Messages क्या है?
Dabble Messages Red35 Productivity Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add email client features directly to LinkedIn Messages. Snooze, Pinning, Reminders and Snippets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dabble Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |