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文件

下載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
官方網址 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"
    ]
}