Whatsapp Scheduler

Schedule customized messages for your customers.

Whatsapp Schedulerคืออะไร?

Whatsapp Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย opsJson และคุณลักษณะหลักของมันคือ "Schedule customized messages for your customers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsapp Scheduler

ดาวน์โหลดไฟล์ส่วนขยาย Whatsapp Scheduler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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