Web Chat Recording

Web Chat Recording Automation By WM

Web Chat Recording क्या है?

Web Chat Recording Web Mavens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Chat Recording Automation By WM"।

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

screenshot

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

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

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

                        This plugin is use for record messages of web chat application.

Added ability to add record messages which is sent from mobile device.

Version updates
v1.3.14
- Bug fixes
- Group message read functionality
- Read emojis functionality
 
v1.3.8
New Functionality added
- Display remote webchat status
- Remotly update status of webchat app
Bug fixes
- Record long messages

v 1.3.3
Major bug fixing
- Fixed multiple message recording
- Fixed send multiple message on first load

v1.3.1
- bug fixes

v1.3.0
- Converted to socket connection
- Multiple user can use chat from same contact number at the same time.

v1.2.0
- Fixed multiple recording

v1.1.4
- From this version multiple users can use web chatting application by using below link
https://whatsapp.webmavens.com/sendmsg.php?contact=XXXXXXXXXX URL with from contact number. Every 15 seconds your messages would be send

v1.1.3
- Fixed remove html issue in business account                    

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

नाम Web Chat Recording Web Chat Recording
ID dopccbfgfoenjpjghfbdafkbneijbfeg
आधिकारिक URL https://chrome.google.com/webstore/detail/web-chat-recording/dopccbfgfoenjpjghfbdafkbneijbfeg
विवरण Web Chat Recording Automation By WM
फ़ाइल का आकार 67.77 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.3.14
अंतिम अपडेट 2019-11-29
प्रकाशन तिथि 2019-11-29
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Web Mavens
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Chat Recording",
    "version": "1.3.14",
    "manifest_version": 2,
    "description": "Web Chat Recording Automation By WM",
    "homepage_url": "https:\/\/www.webmavens.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Web Chat Recording"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "cookies",
        "https:\/\/web.whatsapp.com\/",
        "https:\/\/whatsappapi.webmavens.com\/",
        "https:\/\/localhost:8081\/",
        "https:\/\/whatsappwebnode.webmavens.com\/",
        "https:\/\/localhost:3001\/",
        "http:\/\/localhost:3001\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "socket.io.2.3.0.js",
                "inject.js",
                "m_sendmsg.js"
            ],
            "run_at": "document_end"
        }
    ]
}