Global WA Office

Send WhatsApp messages to a single user or to multiple users in bulk without saving number.

Global WA Officeとは何ですか?

Global WA Officeはr2media.inによって開発されたChromeの拡張機能で、その主な機能は「Send WhatsApp messages to a single user or to multiple users in bulk without saving number.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Global WA Office拡張機能のCRXファイルをダウンロード

Global WA Office拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The most extensive "Global WA Office" Send Whatsapp message to a single user or to multiple users in bulk without saving number.

Try our simple WhatsApp marketing solution that allows you send single message and send messages to Whatsapp multiple users without limit, our "Global WA Office" software got you covered without worries.

Our "Global WA Office" With this, you can :
✔ Send messages to WhatsApp contacts even if they are not in your contact.
✔ Download bulk contacts from WhatsApp groups in CSV format.
✔ No more manually sending messages to your customers or friends one by one.
✔ Also, Send attachments along with text messages.
✔ Also, Send personalized messages.

For your WhatsApp account's safety, please :
- Do not send more than 50 messages at once
- Do not send more than 500 messages in a day
- Simply do not spam users with unwanted messages

Disclaimer:

This "Global WA Office" Chrome Extension (plugin) is not affiliated or certified WhatsApp . This is an unofficial enhancement for WhatsApp Web.

If WhatsApp makes any changes to their products, we will try our best to keep ourselves upto date, but we cannot guarantee being able to serve in all cases.

*Tested to work on "Global WA Office" Chrome browser Extension                    

拡張機能の基本情報

名前 Global WA Office Global WA Office
ID hmfecahlfpofpenneelahhaobgafijhb
公式URL https://chromewebstore.google.com/detail/global-wa-office/hmfecahlfpofpenneelahhaobgafijhb
説明 Send WhatsApp messages to a single user or to multiple users in bulk without saving number.
ファイルサイズ 1.43 MB
インストール数 1,211
現在のバージョン 1.16
最終更新日 2023-12-20
公開日 2020-07-28
評価 4.20/5 合計 5 レビュー
開発者 r2media.in
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://r2media.in/Privacy-Policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Global WA Office",
    "version": "1.16",
    "description": "Send WhatsApp messages to a single user or to multiple users in bulk without saving number.",
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "notifications",
        "storage",
        "*:\/\/r2media.in\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "Global WA Office"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}