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
Eメール [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"
    ]
}