Azar Whatsapp
Send Bulk WhatsApp Messages to any Contacts .
Wat is Azar Whatsapp?
Azar Whatsapp is een Chrome-extensie ontwikkeld door http://azarv.com, en de belangrijkste functie is "Send Bulk WhatsApp Messages to any Contacts .".
Extensie Screenshots
Download het CRX-bestand van de extensie Azar Whatsapp
Download Azar Whatsapp-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
يسمح لك بدمج حسابك WhatsApp وارسال رسائل جماعية الى العملاء بشكل اسرع و وقت اقل..
Basisinformatie over de Extensie
Naam | |
ID | iadecjghbhachocnkopebjjaanjjpbmh |
Officiële URL | https://chrome.google.com/webstore/detail/azar-whatsapp/iadecjghbhachocnkopebjjaanjjpbmh |
Beschrijving | Send Bulk WhatsApp Messages to any Contacts . |
Bestandsgrootte | 204 KB |
Aantal Installaties | 29 |
Huidige Versie | 2.5.5 |
Laatst Bijgewerkt | 2021-04-05 |
Publicatiedatum | 2021-03-24 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://azarv.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.azarv.com/ |
Help Pagina-URL | https://www.azarv.com/ |
URL van de Privacybeleid Pagina | https://azarv.com/whatsapp_send/PrivacyPolicy |
Ondersteunde Talen | ar |
manifest.json | |
{ "author": "Azar Whatsapp", "background": { "persistent": true, "scripts": [ "app\/background.js" ] }, "browser_action": { "default_icon": { "16": "imgs\/16.png", "48": "imgs\/48.png" }, "default_title": "Azar Whatsapp" }, "content_scripts": [ { "css": [ "app\/style.css" ], "js": [ "app\/jquery.js", "app\/bootstrap.bundle.min.js", "app\/app.js", "app\/content.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Send Bulk WhatsApp Messages to any Contacts .", "icons": { "128": "imgs\/128.png", "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "Azar Whatsapp", "permissions": [ "activeTab", "background", "webRequest", "webRequestBlocking", "browsingData", "*:\/\/*.whatsapp.com\/*", "*:\/\/*.azarv.com\/*" ], "short_name": "azar", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5.5", "web_accessible_resources": [ "app\/*" ] } |