Three Labs Sender tool

three labs: send messages, attachments, personalized messages, smart autoresponders and more.

ما هو Three Labs Sender tool؟

Three Labs Sender tool هو إضافة Chrome تم تطويرها بواسطة https://metjetsac.com، والميزة الرئيسية لها هي "three labs: send messages, attachments, personalized messages, smart autoresponders and more.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Three Labs Sender tool

قم بتنزيل ملفات الامتداد Three Labs Sender tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Add enhancements to your WhatsApp Web and increase productivity using Web Sender.
Web Sender is the best google chrome extension to enhance your experience on WhatsApp Web. It is the currently the highest rated and the best web sender on the chrome webstore. Download now!                    

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

الاسم Three Labs Sender tool Three Labs Sender tool
ID lckiiddcfckdpkigjecibamllmdnempd
عنوان URL الرسمي https://chromewebstore.google.com/detail/three-labs-sender-tool/lckiiddcfckdpkigjecibamllmdnempd
الوصف three labs: send messages, attachments, personalized messages, smart autoresponders and more.
حجم الملف 3.28 MB
عدد التثبيتات 91
النسخة الحالية 1.0.8
آخر تحديث 2024-02-15
تاريخ النشر 2023-04-20
المطور https://metjetsac.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://metjetsac.com/
عنوان صفحة سياسة الخصوصية https://metjetsac.com/Privacy
اللغات المدعومة es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Three Labs Sender tool",
    "version": "1.0.8",
    "description": "three labs: send messages, attachments, personalized messages, smart autoresponders and more.",
    "icons": {
        "16": "img\/main-icon.png",
        "22": "img\/main-icon.png",
        "32": "img\/main-icon.png",
        "48": "img\/main-icon.png",
        "128": "img\/main-icon.png"
    },
    "author": "metjetsac.com",
    "host_permissions": [
        "https:\/\/metjetsac.com\/"
    ],
    "short_name": "Three Labs Sender tool",
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/metjetsac.com\/",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "metjetcontent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "css\/metjetlib.css",
                "\/img\/*",
                "flmin.js",
                "jquery.js"
            ]
        }
    ],
    "background": {
        "service_worker": "metjetbackground.js"
    },
    "action": {
        "default_title": "Three Labs Sender tool",
        "default_popup": "metjetpopup.html"
    }
}