Three Labs Sender tool

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

什么是Three Labs Sender tool?

Three Labs Sender tool是由https://metjetsac.com开发的Chrome扩展程序,该扩展的主要功能是“three labs: send messages, attachments, personalized messages, smart autoresponders and more.”。

扩展截图

screenshot
screenshot

下载Three Labs Sender tool扩展crx文件

下载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"
    }
}