ReplyMind
Let ReplyMind generate the thoughtful reply for you
ReplyMind क्या है?
ReplyMind https://replymind.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let ReplyMind generate the thoughtful reply for you"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ReplyMind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ReplyMind: Simple, Effortless Networking A one-click automated reply tool is created to make networking easier. Our AI powered cutting-edge tool is designed to effortlessly expand your audience while saving your time so you can concentrate on what matters most—your business. Engaging seamlessly with pre-built emotions and emotionally compelling comments is one of replymind's unique advantages. With the help of the "Like," "Dislike," "Support," "Thought," and "Question" buttons, clearly express your opinions. Regenerate your thoughts until you find the right one, then use text completion to create comments that are specifically customized. Twitter, LinkedIn, and Product Hunt are just a few of the well-known social networking sites that ReplyMind easily interacts with. With the help of our technology, you can expand your audience internationally, establish connections with decision-makers, businesspeople, and industry experts, and communicate your ideas.
एक्सटेंशन की मूल जानकारी
नाम | ReplyMind |
ID | icgdnaedamjhnmnomlhkifmkjkijnibb |
आधिकारिक URL | https://chromewebstore.google.com/detail/replymind/icgdnaedamjhnmnomlhkifmkjkijnibb |
विवरण | Let ReplyMind generate the thoughtful reply for you |
फ़ाइल का आकार | 467 KB |
स्थापना संख्या | 943 |
वर्तमान संस्करण | 1.2.32 |
अंतिम अपडेट | 2024-02-24 |
प्रकाशन तिथि | 2023-04-27 |
रेटिंग | 4.89/5 कुल 18 रेटिंग्स |
डेवलपर | https://replymind.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
गोपनीयता नीति पृष्ठ URL | https://www.replymind.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ReplyMind", "description": "Let ReplyMind generate the thoughtful reply for you", "version": "1.2.32", "icons": { "16": ".\/images\/logo-16x16.png", "32": ".\/images\/logo-32x32.png", "64": ".\/images\/logo-64x64.png", "128": ".\/images\/logo-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "action": { "default_title": "ReplyMind", "default_popup": ".\/ui\/popup.html", "default_icons": { "16": ".\/images\/logo-16x16.png" } }, "options_page": ".\/ui\/license.html", "permissions": [ "identity", "identity.email", "scripting", "storage", "cookies" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/twitter.com\/*", "https:\/\/pro.twitter.com\/*", "https:\/\/www.producthunt.com\/*" ] } |