Three Labs Sender tool

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

Cos'è Three Labs Sender tool?

Three Labs Sender tool è un'estensione di Chrome sviluppata da https://metjetsac.com, e la sua funzione principale è "three labs: send messages, attachments, personalized messages, smart autoresponders and more.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Three Labs Sender tool

Scarica i file di estensione Three Labs Sender tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Three Labs Sender tool Three Labs Sender tool
ID lckiiddcfckdpkigjecibamllmdnempd
URL Ufficiale https://chromewebstore.google.com/detail/three-labs-sender-tool/lckiiddcfckdpkigjecibamllmdnempd
Descrizione three labs: send messages, attachments, personalized messages, smart autoresponders and more.
Dimensione del File 3.28 MB
Conteggio Installazioni 91
Versione Corrente 1.0.8
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2023-04-20
Sviluppatore https://metjetsac.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://metjetsac.com/
URL della Pagina della Politica sulla Privacy https://metjetsac.com/Privacy
Lingue Supportate 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"
    }
}