METJET Free Bulk Messaging

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

ما هو METJET Free Bulk Messaging؟

METJET Free Bulk Messaging هو إضافة Chrome تم تطويرها بواسطة https://metjetsac.com، والميزة الرئيسية لها هي "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة METJET Free Bulk Messaging

قم بتنزيل ملفات الامتداد METJET Free Bulk Messaging بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم METJET Free Bulk Messaging METJET Free Bulk Messaging
ID dmcnmfllnjedaghbpeijdblnnbjdnajb
عنوان URL الرسمي https://chromewebstore.google.com/detail/metjet-free-bulk-messagin/dmcnmfllnjedaghbpeijdblnnbjdnajb
الوصف METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
حجم الملف 3.96 MB
عدد التثبيتات 3,669
النسخة الحالية 3.1.29
آخر تحديث 2023-11-14
تاريخ النشر 2022-05-11
تقييم 4.80/5 مجموع تقييمات 5
المطور https://metjetsac.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://metjetsac.com/
عنوان صفحة سياسة الخصوصية http://metjetsac.com/Privacidad
اللغات المدعومة 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"
    }
}