WhatsGo

WhatsGo - WhatsApp Customer Notification

WhatsGo란 무엇입니까?

WhatsGo은(는) SIDE.TECH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatsGo - WhatsApp Customer Notification"입니다.

확장 프로그램 스크린샷

screenshot

WhatsGo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}