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