WhatStation - CRM para WA

WhatStation your best CRM tool

WhatStation - CRM para WA क्या है?

WhatStation - CRM para WA winsmanelia38 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhatStation your best CRM tool"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        WhatStation - CRM para WhatsApp is an extension that helps you manage your WA relationship and impoves your working efficiency.
 WhatStation provides tons of  feature about WA CRM which can help the small-medium business achieve effective lead management.
Features:
● Conversation management:Category and filter your conversation according to different tabs , such as unread, awaiting reply, needs reply, and auto replied.
● Quick reply:  it’s easily able to set some reply template  which can auto reply when receving messages.
 ●Reminders:Set follow-up reminders to never let you miss a follow up.
● Notes: Use notes to record the entire sales process of potential customers, .
● Scheduled Messages: Schedule messages for chats with contacts or groups. You can set expiration, cancel on receive, and repeat.                    

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

नाम WhatStation - CRM para WA WhatStation - CRM para WA
ID ehibgcdiohalhmgeiodfjkefmkpoboji
आधिकारिक URL https://chrome.google.com/webstore/detail/whatstation-crm-para-wa/ehibgcdiohalhmgeiodfjkefmkpoboji
विवरण WhatStation your best CRM tool
फ़ाइल का आकार 4.97 MB
स्थापना संख्या 491
वर्तमान संस्करण 1.5.47
अंतिम अपडेट 2023-09-27
प्रकाशन तिथि 2022-10-03
डेवलपर winsmanelia38
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://waplus.io/waplus-private-policy
समर्थित भाषाएँ id,de,en,fil,fr,vi,tr,es,it,lv,lt,pt-BR,ru,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/waplus-crm-crm-tool-for-w\/jmjcgjmipjiklbnfbdclkdikplgajhgc",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "oauth2": {
        "client_id": "515287609542-bduhga17cas9tjm79s1cc2untnbmh58f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "*:\/\/*.waplus.io\/*"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "css\/flags.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/document_start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/logo_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "qpqp.js",
                "inject-script.js",
                "icons\/*",
                "images\/*",
                "install-popup.html",
                "websocket\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.waplus.io\/*"
        ]
    },
    "version": "1.5.47"
}