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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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