METJET Free Bulk Messaging

METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.

METJET Free Bulk Messaging là gì?

METJET Free Bulk Messaging là một tiện ích mở rộng Chrome được phát triển bởi https://metjetsac.com, và tính năng chính của nó là "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng METJET Free Bulk Messaging

Tải xuống các tệp mở rộng METJET Free Bulk Messaging 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

                        Best Message Sending Extension.
Send customized messages and greetings Messages to your customers and Family Members.

Important Note:
Our extension features are not intended to mass message or spam the people. It is intended to send greetings, invitation and offer messages to family, friends and people you know, please use responsibly.                    

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

Tên METJET Free Bulk Messaging METJET Free Bulk Messaging
ID dmcnmfllnjedaghbpeijdblnnbjdnajb
URL Chính Thức https://chromewebstore.google.com/detail/metjet-free-bulk-messagin/dmcnmfllnjedaghbpeijdblnnbjdnajb
Mô tả METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
Kích Thước Tệp 3.96 MB
Số Lần Cài Đặt 3,669
Phiên Bản Hiện Tại 3.1.29
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2022-05-11
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://metjetsac.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://metjetsac.com/
URL Trang Chính Sách Bảo Mật http://metjetsac.com/Privacidad
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "METJET Free Bulk Messaging",
    "version": "3.1.29",
    "short_name": "METJET Free Bulk Messaging",
    "author": "metjetsac.com",
    "description": "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bglib.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/www.metjetsac.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "conlib.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/emojis\/angry.gif",
        "img\/emojis\/care.gif",
        "img\/emojis\/haha.gif",
        "img\/emojis\/like.gif",
        "img\/emojis\/love.gif",
        "img\/emojis\/sad.gif",
        "img\/emojis\/wow.gif",
        "js\/mainlib.js",
        "css\/mainlib.css",
        "css\/tiptop.css",
        "locales\/en.json",
        "locales\/countries.json"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16-sq.png",
            "32": "\/images\/32-sq.png",
            "48": "\/images\/48-sq.png",
            "128": "\/images\/128-sq.png"
        }
    },
    "icons": {
        "16": "\/images\/16-sq.png",
        "32": "\/images\/32-sq.png",
        "48": "\/images\/48-sq.png",
        "128": "\/images\/128-sq.png"
    }
}