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 |
官方網址 | 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 |
電子郵箱 | [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'" } |