Whatsapp Scheduler

Schedule customized messages for your customers.

Whatsapp Scheduler란 무엇입니까?

Whatsapp Scheduler은(는) opsJson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule customized messages for your customers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Whatsapp Scheduler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Schedule customizable messages for your customers on Whatsapp!

With this extension, you will be able to schedule messages to be delivered at the date and time you want.

Your messages will follow a template defined by you, you will define the text and variables, which can be filled in on the scheduling screen.

You can send a photo, video, audio, PDF and any other file along with your message!

You will be able to track which messages are yet to be sent and which messages have already been sent.                    

확장 프로그램 기본 정보

이름 Whatsapp Scheduler Whatsapp Scheduler
ID pfffeiaafoehkmfjdnpdmoaikadfgdff
공식 URL https://chromewebstore.google.com/detail/whatsapp-scheduler/pfffeiaafoehkmfjdnpdmoaikadfgdff
설명 Schedule customized messages for your customers.
파일 크기 138 KB
설치 횟수 75
현재 버전 1.1
최근 업데이트 2024-01-15
출시 날짜 2024-01-15
개발자 opsJson
이메일 [email protected]
결제 유형 free
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whatsapp Scheduler",
    "description": "__MSG_description__",
    "version": "1.1",
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "action": {
        "default_popup": "pages\/index.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "injected\/WPP.js",
                "injected\/script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ]
}