Easy Reply
Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.
Easy Reply क्या है?
Easy Reply https://www.easyreply.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Reply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy Reply makes it easy for others to respond to your emails. Provide your recipients with a selection of pre-written responses, making it quick and easy for them to reply to your emails. This can be particularly useful for salespeople seeking to engage with prospects or anyone who wants to streamline email communication and get quick responses. With Easy Reply, you can save time and effort while still getting the answers you need.
एक्सटेंशन की मूल जानकारी
नाम | Easy Reply |
ID | kndiflkclichoaichjidffmdachdpjhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-reply/kndiflkclichoaichjidffmdachdpjhn |
विवरण | Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails. |
फ़ाइल का आकार | 179 KB |
स्थापना संख्या | 134 |
वर्तमान संस्करण | 1.65.8 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-01-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.easyreply.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://www.easyreply.ai |
सहायता पृष्ठ URL | https://www.easyreply.ai/support |
गोपनीयता नीति पृष्ठ URL | http://www.easyreply.ai/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "[email protected]", "description": "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.", "name": "Easy Reply", "version": "1.65.8", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon.png", "19": "icons\/icon.png", "32": "icons\/icon.png", "38": "icons\/icon.png" } }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] }, { "js": [ "src\/entries\/contentScript\/primary\/content.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/easyreply.vercel.app\/*", "https:\/\/app.easyreply.ai\/*", "http:\/\/localhost:3000\/*" ], "permissions": [ "storage" ], "icons": { "16": "icons\/icon.png", "19": "icons\/icon.png", "32": "icons\/icon.png", "38": "icons\/icon.png", "48": "icons\/icon.png", "64": "icons\/icon.png", "96": "icons\/icon.png", "128": "icons\/icon.png", "256": "icons\/icon.png", "512": "icons\/icon.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "icons\/icon.png" ] }, { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-03424130.js", "assets\/icon-f198090f.png", "assets\/AppStore-6db283cc.js", "assets\/main-0853d80b.css" ], "matches": [ "https:\/\/mail.google.com\/*" ], "use_dynamic_url": true } ] } |