Whatsapp Scheduler
Schedule customized messages for your customers.
Whatsapp Scheduler क्या है?
Whatsapp Scheduler opsJson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule customized messages for your customers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Whatsapp Scheduler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |