WA4Business

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

What is WA4Business?

WA4Business is a Chrome extension developed by https://www.wa4business.com, and its main feature is "WA4Business - your new way of doing Marketing with your IM accounts".

Extension Screenshots

screenshot

Download WA4Business Extension CRX File

Download WA4Business extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name WA4Business WA4Business
ID pnadmconiecoijdagljaofjfoiofdaef
Official URL https://chromewebstore.google.com/detail/wa4business/pnadmconiecoijdagljaofjfoiofdaef
Description WA4Business - your new way of doing Marketing with your IM accounts
File Size 44.09 KB
Installation Count 209
Current Version 1.2.4
Last Updated 2023-09-23
Publish Date 2020-06-08
Rating 5.00/5 Total 2 Ratings
Developer https://www.wa4business.com
Email [email protected]
Payment Type free
Extension Website https://wa4business.app
Help Page URL https://wa4business.com
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/31619374
Supported Languages 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"
    ]
}