WhatsApp business Sender
Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact
WhatsApp business Senderとは何ですか?
WhatsApp business Senderはsamsoftによって開発されたChromeの拡張機能で、その主な機能は「Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact」です。
拡張機能のスクリーンショット
WhatsApp business Sender拡張機能のCRXファイルをダウンロード
WhatsApp business Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is a tool to send Bulk WhatsApp Messages. Whatsapp Business Enterprise is an extension developed for companies, with which they can send messages in bulk to clients or employees with delay for FREE. Features currently available: * Send messages to unlimited numbers * Random Delay between messages * Import numbers from .CSV files *Insert Emojis Premium: * Support : images, videos, documents and more. * Schedule Messages by day and time.
拡張機能の基本情報
名前 | |
ID | ekdgimcfnmibgpbmeooaligbpkokebhh |
公式URL | https://chrome.google.com/webstore/detail/whatsapp-business-sender/ekdgimcfnmibgpbmeooaligbpkokebhh |
説明 | Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact |
ファイルサイズ | 400 KB |
インストール数 | 480 |
現在のバージョン | 1.0.11 |
最終更新日 | 2021-12-22 |
公開日 | 2021-06-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | samsoft |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://woocommercedropshipping.herokuapp.com/woocommerceprivacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp business Sender", "description": "Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact", "version": "1.0.11", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "jquery.js", "contentScript.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "notifications", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |