WA Toolbox by Elbruz Technologies
A toolbox full of business tools for WhatsApp Web.
Wat is WA Toolbox by Elbruz Technologies?
WA Toolbox by Elbruz Technologies is een Chrome-extensie ontwikkeld door https://watoolbox.com, en de belangrijkste functie is "A toolbox full of business tools for WhatsApp Web.".
Extensie Screenshots
Download het CRX-bestand van de extensie WA Toolbox by Elbruz Technologies
Download WA Toolbox by Elbruz Technologies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WA Toolbox by Elbruz Technologies |
ID | loghhaklnjjcadamhdelnijifegndfkh |
Officiële URL | https://chromewebstore.google.com/detail/wa-toolbox-by-elbruz-tech/loghhaklnjjcadamhdelnijifegndfkh |
Beschrijving | A toolbox full of business tools for WhatsApp Web. |
Bestandsgrootte | 2.78 MB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.6.4.37 |
Laatst Bijgewerkt | 2024-02-20 |
Publicatiedatum | 2022-02-28 |
Beoordeling | 4.83/5 Totaal 100 Beoordelingen |
Ontwikkelaar | https://watoolbox.com |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://watoolbox.com |
Help Pagina-URL | https://watoolbox.com/contact |
URL van de Privacybeleid Pagina | https://watoolbox.com/policies |
Ondersteunde Talen | 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" } |