Global Gym Software SMS Sender

Send Text and Images messages multiple users in bulk without saving number.

Global Gym Software SMS Sender là gì?

Global Gym Software SMS Sender là một tiện ích mở rộng Chrome được phát triển bởi https://googledataextractor.co.in, và tính năng chính của nó là "Send Text and Images messages multiple users in bulk without saving number.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global Gym Software SMS Sender

Tải xuống các tệp mở rộng Global Gym Software SMS Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Bulk Message Sender Google Chrome Extension that allow to  Send Bulk MessageMessage to Your Audience using Global Gym Software Bulk Message.

Bulk Message  Sender Marketing Software provides various features like Unlimited Messages sending, Multi-multimedia message sending, Numbers Filters, Groups Contacts Grabber,  Groups Message Sender, Sleep Control, Speed control, delay control etc. 

Although there are more than 1000 similar bulk SMS sender software's available in the market, none of them have been able to keep pace with us by providing regular free updates to make the software work.

Our Bulk WhatsApp Sender Software Supports Multiple Languages such as English, Arabic, Spanish, French & Portuguese.

(A) PRIVACY PLEDGE
We do not collect your chat data and personally identifiable information. Your data never leaves your computer unless you agree

(B) RESPONSIBILITY
Kindly do not use for SPAMMING which is Bulk Message  strictly prohibited.  Once reported by contacts, you will be banned immediately, and we are not responsible for your actions.

(C)Contact US 
If you have any other questions, you can contact customer service.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global Gym Software SMS Sender Global Gym Software SMS Sender
ID kijanlfooapbndmckekcebgjpobpgiea
URL Chính Thức https://chrome.google.com/webstore/detail/global-gym-software-sms-s/kijanlfooapbndmckekcebgjpobpgiea
Mô tả Send Text and Images messages multiple users in bulk without saving number.
Kích Thước Tệp 1.64 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 5.1.2
Cập Nhật Lần Cuối 2023-12-02
Ngày Phát Hành 2021-03-07
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://googledataextractor.co.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://googledataextractor.co.in/
URL Trang Trợ Giúp https://googledataextractor.co.in/
URL Trang Chính Sách Bảo Mật https://globalgymsoftware.com/Privacy-Policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Global Gym Software SMS Sender",
    "version": "5.1.2",
    "description": "Send Text and Images  messages multiple users in bulk without saving number.",
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/wpsender.globalcrm.in\/api\/*"
    ],
    "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 Gym Software Bulk Whatsapp Sender"
    },
    "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"
    },
    "background": {
        "service_worker": "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": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}