WA Toolbox by Elbruz Technologies
A toolbox full of business tools for WhatsApp Web.
What is WA Toolbox by Elbruz Technologies?
WA Toolbox by Elbruz Technologies is a Chrome extension developed by https://watoolbox.com, and its main feature is "A toolbox full of business tools for WhatsApp Web.".
Extension Screenshots
Download WA Toolbox by Elbruz Technologies Extension CRX File
Download WA Toolbox by Elbruz Technologies 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
Disclaimer: This extension is not affiliated with, associated with, endorsed by, or sponsored by WhatsApp or its parent company. WhatsApp is a registered trademark of WhatsApp LLC.
Extension Basic Information
Name | WA Toolbox by Elbruz Technologies |
ID | loghhaklnjjcadamhdelnijifegndfkh |
Official URL | https://chromewebstore.google.com/detail/wa-toolbox-by-elbruz-tech/loghhaklnjjcadamhdelnijifegndfkh |
Description | A toolbox full of business tools for WhatsApp Web. |
File Size | 2.78 MB |
Installation Count | 10,000 |
Current Version | 1.6.4.37 |
Last Updated | 2024-02-20 |
Publish Date | 2022-02-28 |
Rating | 4.83/5 Total 100 Ratings |
Developer | https://watoolbox.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://watoolbox.com |
Help Page URL | https://watoolbox.com/contact |
Privacy Policy Page URL | https://watoolbox.com/policies |
Supported Languages | en,fr,tr,es,pt-BR,pt-PT,iw,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.6.4.37", "manifest_version": 3, "description": "__MSG_description__", "homepage_url": "https:\/\/watoolbox.com", "default_locale": "en", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "permissions": [ "activeTab", "identity", "identity.email", "storage" ], "host_permissions": [ "*:\/\/web.whatsapp.com\/*", "*:\/\/*.firebaseio.com\/*", "*:\/\/*.googleapis.com\/*", "*:\/\/*.wa-toolbox.web.app\/*", "*:\/\/*.watoolbox.com\/*", "*:\/\/*.vercel.app\/*", "*:\/\/*.openai.com\/*" ], "action": { "default_title": "__MSG_name__" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "\/*" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "extension_ids": [ "loghhaklnjjcadamhdelnijifegndfkh" ] } ], "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "css": [ "assets\/style.css" ] }, { "run_at": "document_idle", "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "vendor.min.js" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmw2JSeiKJfb7lEsmDIlnzv8Mg3iDQ5Uu7nPe0ymf6jjBTipSYnmt5gQaaubUohCYU0vfDw\/f6\/U0bvUYOsXAIj6Fbp\/uQUJ53cde9UcvhmW+AonNzq+XR6Mt5n\/J+WzxlB2iW2ejAUG\/lX7yLFZYemFjS2jvLRkHAfDctAKIqy3W2xhiEieZOxNp7voG8SN2s8dFs0l\/pdILsl7h8vyZRRB6WPgcDqZZLBTgDcVigVaKPRYikcY65Ez1XX4rY4v3wOOParXvGGcwmOEktYbGOZATP44Tzg1C970DCJbkkPihzUAbG0JzI138c5IbZmTJVpLV9OkLBm1stOsz9\/pN4wIDAQAB" } |