WhatsGo

WhatsGo - WhatsApp Customer Notification

WhatsGo क्या है?

WhatsGo SIDE.TECH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhatsGo - WhatsApp Customer Notification"।

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

screenshot

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

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

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

                        Keep your customers up to date with the WhatsGo plugin.

Use Whatsapp Web as always with extra powerful functions and utils
Enjoy a better Whatsapp for Business usage.

FEATURES 

* Send notifications to your customers simply by entering numbers or through a CSV or Sheets
* Send Direct Messages in WhatsApp without having the number in the contacts
* Send the same message to multiple customer groups you manage.
* New features are coming.

-----
DISCLAIMER:

This application is NOT official and is not provided by Whatsapp Inc. It does NOT collect any private data and is only active on web.whatsapp.com. Do not use this tool for Spamming. If you use for spamming WhatsApp will block your account and We have no responsibility for that.

We do not store your numbers or messages in our servers. They will just be present in your browser's local storage.

The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

TERMS OF SERVICE AND PRIVACY
By installing the extension, you agree to its Terms of Service (https://whatscenter.com/terms.php) and Privacy Policy (https://whatscenter.com/privacy.php).                    

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

नाम WhatsGo WhatsGo
ID ngjcmiebkfcelngejglaihlganejanhp
आधिकारिक URL https://chromewebstore.google.com/detail/whatsgo/ngjcmiebkfcelngejglaihlganejanhp
विवरण WhatsGo - WhatsApp Customer Notification
फ़ाइल का आकार 788 KB
स्थापना संख्या 494
वर्तमान संस्करण 3.1
अंतिम अपडेट 2023-07-25
प्रकाशन तिथि 2019-08-15
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर SIDE.TECH
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://side.tech/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "minimum_chrome_version": "93",
    "description": "__MSG_appDesc__",
    "short_name": "WhatsGo",
    "version": "3.1",
    "default_locale": "en",
    "icons": {
        "32": "icons\/logo-32.png",
        "64": "icons\/logo-64.png"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "dist\/content.css"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "dist\/content.js"
            ],
            "run_at": "document_end",
            "persistent": false,
            "match_about_blank": true,
            "all_frames": false
        }
    ],
    "action": {
        "browser_style": true,
        "default_title": "WhatsGo",
        "default_popup": "index.html",
        "default_icon": {
            "32": "icons\/logo-32.png",
            "64": "icons\/logo-64.png"
        }
    },
    "permissions": [
        "identity",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/web.whatsapp.com\/*"
    ]
}