Bulk Messaging
Bulk Messaging
What is Bulk Messaging?
Bulk Messaging is a Chrome extension developed by easy extrax, and its main feature is "Bulk Messaging".
Extension Screenshots
Download Bulk Messaging Extension CRX File
Download Bulk Messaging extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Send Messages in Bulk, Send On Unknown numbers.
Extension Basic Information
Name | Bulk Messaging |
ID | kjicjdjbccbaecaginoepafnmodfndli |
Official URL | https://chromewebstore.google.com/detail/bulk-messaging/kjicjdjbccbaecaginoepafnmodfndli |
Description | Bulk Messaging |
File Size | 881 KB |
Installation Count | 384 |
Current Version | 1.8 |
Last Updated | 2022-11-06 |
Publish Date | 2021-02-09 |
Developer | easy extrax |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://scrapers.in/privacy-policy-2 |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk Messaging", "description": "Bulk Messaging", "version": "1.8", "permissions": [ "tabs", "storage", "downloads", "notifications" ], "host_permissions": [ "*:\/\/goyral.com\/*" ], "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Bulk Messaging" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "css\/bootstrap.min.css", "css\/intlTelInput.css", "css\/content.css" ], "js": [ "js\/jquery.js", "js\/bootstrap.min.js", "js\/intlTelInput.js", "js\/content.js" ], "run_at": "document_end" } ] } |