Walution

This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on

Was ist Walution?

Walution ist eine Chrome-Erweiterung, die von Quicklution entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on".

Erweiterungsscreenshots

screenshot
screenshot

Walution-Erweiterungs-CRX-Datei herunterladen

Laden Sie Walution-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Walution Walution
ID gnkoofidpbkdoejdloidmbdefjpgpjdi
Offizielle URL https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi
Beschreibung This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
Dateigröße 42.15 KB
Installationsanzahl 2,245
Aktuelle Version 1.6.2
Letztes Update 2023-08-25
Veröffentlichungsdatum 2022-12-20
Bewertung 4.98/5 Insgesamt 335 Bewertungen
Entwickler Quicklution
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://whatsapp-sender.quicklution.com/
Hilfeseite URL https://whatsapp-sender.quicklution.com/contact-us
URL der Datenschutzrichtlinien-Seite https://www.quicklution.com/g-track
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "identity",
        "identity.email"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRules",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}