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
Eメール [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"
    }
}