Concisely: Read Any Email in a Sentence
Concisely generates one sentence summaries of your emails, saving time for busy professionals.
Concisely: Read Any Email in a Sentence क्या है?
Concisely: Read Any Email in a Sentence https://tryconcisely.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Concisely generates one sentence summaries of your emails, saving time for busy professionals."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Concisely: Read Any Email in a Sentence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Say goodbye to long and tedious email threads and hello to a concise summary of an entire conversation in just one sentence! Our extension uses AI technology to analyze your gmail threads and provide you with a clear and concise summary that saves you time and helps you stay organized. Concisely is the perfect solution for busy professionals who want to stay on top of their inbox. Try Concisely today and streamline your inbox!
एक्सटेंशन की मूल जानकारी
नाम | Concisely: Read Any Email in a Sentence |
ID | kmjpimnkepldekdikeihglaiiggddhgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/concisely-read-any-email/kmjpimnkepldekdikeihglaiiggddhgl |
विवरण | Concisely generates one sentence summaries of your emails, saving time for busy professionals. |
फ़ाइल का आकार | 2.88 MB |
स्थापना संख्या | 451 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2024-02-04 |
प्रकाशन तिथि | 2023-03-05 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | https://tryconcisely.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.tryconcisely.com |
गोपनीयता नीति पृष्ठ URL | https://www.tryconcisely.com?privacy=true |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Concisely: Read Any Email in a Sentence", "description": "Concisely generates one sentence summaries of your emails, saving time for busy professionals.", "version": "1.3", "icons": { "128": "concisely-128.png" }, "action": { "default_icon": "concisely-128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "js\/extensionInjector.js" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "js\/gmailJsLoader.js", "js\/conciselyLoader.js", "js\/gmailJsLoader.js.map", "open-email.jpeg", "concisely-bot.png", "concisely-logo.png", "styles\/extension.css", "styles\/bootstrap.css", "styles\/concisely.css", "static\/css\/bootstrap.min.css" ], "matches": [ "*:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "*:\/\/mail.google.com\/*" ], "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "420617619795-7101h3n7mni6vtcgdhbk8otn5ej3l56h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] } } |