HostAway - AI-responder

Chrome extension that cuts your writing time by 98% with AI-powered responses.

HostAway - AI-responder क्या है?

HostAway - AI-responder https://aiduh.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that cuts your writing time by 98% with AI-powered responses."।

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

screenshot
screenshot
screenshot

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

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

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

                        The AI-responder for Hostaway is a Chrome extension that is designed to reduce the amount of time owners and hosts have to spend writing responses to their guests. AI-Responder draws on three sources of information, such as property-specific knowledge documents, guest data, and previous chat history, to generate AI-powered responses. OpenAI GPT3 Davinci-003 and GPT NeoX 20B are being used interchangeably for the highest quality of text generated. Tests have shown that 88.2% of the responses have a quality score of 4 or 5, without the need for editing. During the beta period, the users get a 14-day free trial and a lifetime price lock of $49/month/listing for those who choose to continue. After the beta period, the pricing for the Chrome extension is estimated to be $95/month/listing. AI-responder for Hostaway is a great way to save time and effort when responding to customer inquiries. Built by Hosts for Hosts.                    

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

नाम HostAway - AI-responder HostAway - AI-responder
ID jdimmnpkameldecjkakpmfeglelpgppe
आधिकारिक URL https://chromewebstore.google.com/detail/hostaway-ai-responder/jdimmnpkameldecjkakpmfeglelpgppe
विवरण Chrome extension that cuts your writing time by 98% with AI-powered responses.
फ़ाइल का आकार 25.74 KB
स्थापना संख्या 302
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-12-11
प्रकाशन तिथि 2022-12-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://aiduh.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://aiduh.com/
सहायता पृष्ठ URL https://aiduh.com/
गोपनीयता नीति पृष्ठ URL https://aiduh.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HostAway - AI-responder",
    "description": "Chrome extension that cuts your writing time by 98% with AI-powered responses.",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/dashboard.hostaway.com\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dashboard.hostaway.com\/*"
            ],
            "js": [
                "scripts\/popup-messageListener.js",
                "scripts\/content1.js",
                "scripts\/main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/logo.png"
    }
}