WA4Business

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

Apa itu WA4Business?

WA4Business adalah ekstensi Chrome yang dikembangkan oleh https://www.wa4business.com, dan fitur utamanya adalah "WA4Business - your new way of doing Marketing with your IM accounts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WA4Business

Unduh file ekstensi WA4Business dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama WA4Business WA4Business
ID pnadmconiecoijdagljaofjfoiofdaef
URL Resmi https://chromewebstore.google.com/detail/wa4business/pnadmconiecoijdagljaofjfoiofdaef
Deskripsi WA4Business - your new way of doing Marketing with your IM accounts
Ukuran File 44.09 KB
Jumlah Instalasi 209
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2023-09-23
Tanggal Publikasi 2020-06-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.wa4business.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://wa4business.app
URL Halaman Bantuan https://wa4business.com
URL Halaman Kebijakan Privasi https://www.iubenda.com/privacy-policy/31619374
Bahasa yang Didukung 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"
    ]
}