Walution
This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
Cos'è Walution?
Walution è un'estensione di Chrome sviluppata da Quicklution, e la sua funzione principale è "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Walution
Scarica i file di estensione Walution 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
Walution is an extensions which is required to integrate with Quicklution's API to send messages, images, videos and other files through WhatsApp. It can also be integrated to send texts and documents through Quicklution's Google Sheet add-on: https://workspace.google.com/marketplace/app/walution_send_personalized_whatsapp_mess/994589936585 ✔️ No sign-up required. ✔️ Free and fast customer service. ✔️ Free from advertising or branding. WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Walution is an independent project and has no relationship to WhatsApp Inc.
Informazioni di Base sull'Estensione
Nome | Walution |
ID | gnkoofidpbkdoejdloidmbdefjpgpjdi |
URL Ufficiale | https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi |
Descrizione | This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on |
Dimensione del File | 42.15 KB |
Conteggio Installazioni | 2,245 |
Versione Corrente | 1.6.2 |
Ultimo Aggiornamento | 2023-08-25 |
Data di Pubblicazione | 2022-12-20 |
Valutazione | 4.98/5 Totale 335 Valutazioni |
Sviluppatore | Quicklution |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://whatsapp-sender.quicklution.com/ |
URL della Pagina di Aiuto | https://whatsapp-sender.quicklution.com/contact-us |
URL della Pagina della Politica sulla Privacy | https://www.quicklution.com/g-track |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walution", "description": "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on", "version": "1.6.2", "manifest_version": 3, "background": { "service_worker": "app\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "app\/contentScript.js" ] } ], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "web_accessible_resources": [ { "resources": [ "app\/pwmClient.js" ], "matches": [ " |