HarvyAI - Professional Email Assistant

Reply your professional emails in 90% less time, seriously

HarvyAI - Professional Email Assistant क्या है?

HarvyAI - Professional Email Assistant WBS Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reply your professional emails in 90% less time, seriously"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HarvyAI - Professional Email Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing Harvy AI!

Harvy AI is the ultimate email assistant tool for professionals, designed to save time and improve productivity. With its powerful machine learning algorithms and natural language processing capabilities by using ChatGPT, Harvy AI makes it easy to reply emails quickly and efficiently, while ensuring that every message is professional and polished.

Harvy AI offers a range of features that make it the #1 choice for busy professionals. Its smart suggestions feature provides real-time feedback on tone, grammar, and structure, helping users to write clear, concise, and effective emails. 

In addition, Harvy AI offers browser compatibility and native email integration, making it easy to get started and stay organized. Its intuitive interface and user-friendly design make it easy to use for both beginners and seasoned professionals.

Whether you're a busy executive, entrepreneur, or freelancer, Harvy AI is the perfect tool for taking your email game to the next level. Say goodbye to time-consuming email drafts and hello to polished, professional messages with Harvy AI.                    

एक्सटेंशन की मूल जानकारी

नाम HarvyAI - Professional Email Assistant HarvyAI - Professional Email Assistant
ID dndoebimhlknmfjebbenegehecpgmmgd
आधिकारिक URL https://chromewebstore.google.com/detail/harvyai-professional-emai/dndoebimhlknmfjebbenegehecpgmmgd
विवरण Reply your professional emails in 90% less time, seriously
फ़ाइल का आकार 61.92 KB
स्थापना संख्या 161
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-03-09
प्रकाशन तिथि 2023-02-27
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर WBS Labs
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.harvyai.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HarvyAI - Professional Email Assistant",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw\/MMH1zctrL4NOuXFCWha4xiI5zFNdH8kuEZlseY0U+3Zma5v\/HF\/BhctLhff9OKkSxYJEZGkzJR1lHi53OIPIzN19GlcEzSaZsWO1B9yiXyVocUbfFxuTbvwASeoj2mDFkprjjkwCYm8eOwFtT9uqkbRMvXJjzqz2D0kXtRVsiKhe4xWoixIOM8WrGPD5REzd+Bq1uo2+kqA0ymIOQWOq3sJ91\/7am+UwoXjRCbuqWNwAirQcxm5899T7su8RWQzCW3D1jXc5uvUXgBjT3UdeQZhQW2BWVlEqA5+8meYk66G4NIPGv52d7Pvd+Yt6L3\/h39mVtTlWbwndoQhioC+wIDAQAB",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon32.png",
            "32": "icons\/icon32.png"
        },
        "default_popup": "src\/popup.html"
    },
    "version": "1.0.5",
    "description": "Reply your professional emails in 90% less time, seriously",
    "permissions": [
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/gmail\/jquery-3.6.1.min.js",
                "src\/gmail\/gmail.js"
            ],
            "css": [
                "src\/gmail\/styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/gmail\/index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/api.harvyai.com\/*",
            "https:\/\/app.harvyai.com\/*"
        ]
    }
}