Azar Whatsapp
Send Bulk WhatsApp Messages to any Contacts .
Cos'è Azar Whatsapp?
Azar Whatsapp è un'estensione di Chrome sviluppata da http://azarv.com, e la sua funzione principale è "Send Bulk WhatsApp Messages to any Contacts .".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Azar Whatsapp
Scarica i file di estensione Azar Whatsapp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
يسمح لك بدمج حسابك WhatsApp وارسال رسائل جماعية الى العملاء بشكل اسرع و وقت اقل..
Informazioni di Base sull'Estensione
Nome | |
ID | iadecjghbhachocnkopebjjaanjjpbmh |
URL Ufficiale | https://chrome.google.com/webstore/detail/azar-whatsapp/iadecjghbhachocnkopebjjaanjjpbmh |
Descrizione | Send Bulk WhatsApp Messages to any Contacts . |
Dimensione del File | 204 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 2.5.5 |
Ultimo Aggiornamento | 2021-04-05 |
Data di Pubblicazione | 2021-03-24 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | http://azarv.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.azarv.com/ |
URL della Pagina di Aiuto | https://www.azarv.com/ |
URL della Pagina della Politica sulla Privacy | https://azarv.com/whatsapp_send/PrivacyPolicy |
Lingue Supportate | 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\/*" ] } |