WA4Business

WA4Business - your new way of doing Marketing with your IM accounts

Qu'est-ce que WA4Business ?

WA4Business est une extension Chrome développée par https://www.wa4business.com, et sa fonction principale est "WA4Business - your new way of doing Marketing with your IM accounts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WA4Business

Téléchargez les fichiers d'extension WA4Business au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        WA4Business ti permette di gestire le azioni e le comunicazioni di marketing tramite i tuoi account IM preferiti.
Con WA4Business puoi impostare risposte automatiche ai messaggi ricevuti dai clienti, invii pianificati di messaggi di appuntamento o di messaggi promozionali e molto molto di più!
Scopri di più su www.wa4business.com                    

Informations de Base sur l'Extension

Nom WA4Business WA4Business
ID pnadmconiecoijdagljaofjfoiofdaef
URL Officiel https://chromewebstore.google.com/detail/wa4business/pnadmconiecoijdagljaofjfoiofdaef
Description WA4Business - your new way of doing Marketing with your IM accounts
Taille du Fichier 44.09 KB
Nombre d'Installations 209
Version Actuelle 1.2.4
Dernière Mise à Jour 2023-09-23
Date de Publication 2020-06-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.wa4business.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wa4business.app
URL de la Page d'Aide https://wa4business.com
URL de la Page de Politique de Confidentialité https://www.iubenda.com/privacy-policy/31619374
Langues Prises en Charge it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WA4Business",
    "version": "1.2.4",
    "description": "WA4Business - your new way of doing Marketing with your IM accounts",
    "author": "AGORHUB SRL",
    "permissions": [
        "storage",
        "https:\/\/wa4business.app\/*",
        "https:\/\/b-8b3dd3e7-a08f-432a-945a-399ebbd48112-1.mq.eu-central-1.amazonaws.com\/*",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "47": "img\/icon48_off.png",
        "128": "img\/iconWa4b.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "img\/icon48_off.png"
        },
        "default_title": "WA4Business",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/indom.js"
    ]
}