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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}