ChatCat

Chat Assistant to auto-suggest Canned Messages when chat on web version of Tinder, Bumble, WhatsApp, Wechat and more.

ChatCat क्या है?

ChatCat Chatcat.AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat Assistant to auto-suggest Canned Messages when chat on web version of Tinder, Bumble, WhatsApp, Wechat and more."।

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

screenshot
screenshot

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

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

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

                        ChatCat is an Assistant to auto-suggest Canned Messages when chatting on the web version of Tinder, Bumble, WhatsApp, Wechat, and customer support apps like zendesk, freshdesk.

How it works:

1. Easily Save Canned-Messages
Select the message you input and Add it to the canned-messages quickly by shortcut or Right-click menu.

2. Auto-suggest messages while typing
ChatCat will automatically suggest the canned-messages based on the text you input.

3. Copy the chat message you received and choose "Quick suggest reply" to auto-suggest responses based on the received message.

Improve the efficiency and Save time for:
Chat on the web version of Tinder, Bumble, WhatsApp, Wechat, and more
Customer Support replies on Zendesk, Freshdesk, and more.                    

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

नाम ChatCat ChatCat
ID oagmafjnibbdcpejjpjobfhnpiipknck
आधिकारिक URL https://chromewebstore.google.com/detail/chatcat/oagmafjnibbdcpejjpjobfhnpiipknck
विवरण Chat Assistant to auto-suggest Canned Messages when chat on web version of Tinder, Bumble, WhatsApp, Wechat and more.
फ़ाइल का आकार 277 KB
स्थापना संख्या 97
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-03-25
प्रकाशन तिथि 2021-03-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Chatcat.AI
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chatcat.ai
सहायता पृष्ठ URL https://chatcat.ai/contact
गोपनीयता नीति पृष्ठ URL https://chatcat.ai/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatCat",
    "description": "Chat Assistant to auto-suggest Canned Messages when chat on web version of Tinder, Bumble, WhatsApp, Wechat and more.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "*:\/\/*\/",
        "file:\/\/*\/*"
    ],
    "background": {
        "page": ".\/background_scripts\/html\/background.html"
    },
    "commands": {
        "save-canned-message": {
            "suggested_key": {
                "default": "Alt+K"
            },
            "description": "Save a canned message"
        },
        "quick-suggest-reply-on-selection": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Quick Suggest Reply"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content_scripts\/js\/jquery.js",
                ".\/content_scripts\/js\/materialize.js",
                ".\/content_scripts\/js\/fuse.js",
                ".\/content_scripts\/content_script.js"
            ],
            "css": [
                ".\/content_scripts\/css\/materialize.css",
                ".\/content_scripts\/css\/custom-toast.css",
                ".\/content_scripts\/css\/dropup.css"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}