WA Bulk Sender
chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
Co je WA Bulk Sender?
WA Bulk Sender je rozšíření Chrome vyvinuté Itize, a jeho hlavní funkcí je „chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WA Bulk Sender
Stáhněte si soubory rozšíření WA Bulk Sender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to interact with digital devices as if they were communicating with a real person.
Základní Informace o Rozšíření
Název | WA Bulk Sender |
ID | ahageimhbdmjebepjhknaneajbpmflfm |
Oficiální URL | https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm |
Popis | chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to… |
Velikost souboru | 4.6 MB |
Počet instalací | 126 |
Aktuální Verze | 4.3.3 |
Poslední Aktualizace | 2024-01-08 |
Datum Vydání | 2022-05-10 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Itize |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html", "default_title": "WA Bulk Sender" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "contentmin.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 3, "name": "WA Bulk Sender", "permissions": [ "storage", "https:\/\/hsdigitalsolution.in\/extractor\/api\/waa_api.php" ], "version": "4.3.3", "web_accessible_resources": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "resources": [ "thx.html", "css\/lib.css", "\/img\/*", "flmin.js" ] } ] } |