Three Labs Sender tool

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

Vad är Three Labs Sender tool?

Three Labs Sender tool är en Chrome-tillägg utvecklad av https://metjetsac.com, och dess huvudfunktion är "three labs: send messages, attachments, personalized messages, smart autoresponders and more.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Three Labs Sender tool-förlängningens CRX-fil

Ladda ner Three Labs Sender tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Three Labs Sender tool Three Labs Sender tool
ID lckiiddcfckdpkigjecibamllmdnempd
Officiell webbadress https://chromewebstore.google.com/detail/three-labs-sender-tool/lckiiddcfckdpkigjecibamllmdnempd
Beskrivning three labs: send messages, attachments, personalized messages, smart autoresponders and more.
Filstorlek 3.28 MB
Antal Installationer 91
Aktuell Version 1.0.8
Senast Uppdaterad 2024-02-15
Publiceringsdatum 2023-04-20
Utvecklare https://metjetsac.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://metjetsac.com/
URL till Sekretesspolicy Sidan https://metjetsac.com/Privacy
Stödda Språk 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"
    }
}