Hans Matrimony CRM

CRM for Hans Matrimony

Cos'è Hans Matrimony CRM?

Hans Matrimony CRM è un'estensione di Chrome sviluppata da Eazybe.com, e la sua funzione principale è "CRM for Hans Matrimony".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hans Matrimony CRM

Scarica i file di estensione Hans Matrimony CRM 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

                        Customized Application for Hans Matrimony, created by Eazybe.com. 
This helps them to manage their leads on Web Whatsapp

Features:- 

Schedule Messages
Automatic Followup
Send messages without saving numbers
Run Campaign
Bulk Messages
User Profiles
Labels
Notes
Interest Level


You can manage all users inside Web WhatsApp now. 

You can now send messages to anyone without saving their numbers. 

Interact with friends and customers on EazyBe easily.

Install the extension and start growing your performance now ✌🏻                    

Informazioni di Base sull'Estensione

Nome Hans Matrimony CRM Hans Matrimony CRM
ID leemlphmkkohjogalcgljmkchiaaijah
URL Ufficiale https://chrome.google.com/webstore/detail/hans-matrimony-crm/leemlphmkkohjogalcgljmkchiaaijah
Descrizione CRM for Hans Matrimony
Dimensione del File 846 KB
Conteggio Installazioni 55
Versione Corrente 2.4.7.8
Ultimo Aggiornamento 2022-03-31
Data di Pubblicazione 2021-10-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Eazybe.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://eazybe.com/
URL della Pagina di Aiuto https://eazybe.com/
URL della Pagina della Politica sulla Privacy https://eazybe.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hans Matrimony CRM",
    "version": "2.4.7.8",
    "description": "CRM for Hans Matrimony",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistance": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "assets\/js\/content.js",
                "assets\/js\/xlsx.full.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "contacts.xlsx",
        "infoTab.html",
        "assets\/js\/datetime.js",
        "assets\/js\/analytics.js",
        "assets\/css\/datetime.css",
        "datetime.html",
        "assets\/css\/popup.css",
        "assets\/img\/premium.png",
        "assets\/img\/update.png",
        "assets\/js\/wapi.js",
        "assets\/js\/gscript.js",
        "assets\/css\/bootstrap.min.css",
        "assets\/js\/mid.js",
        "whatsAppIcon.svg",
        "demouser.png",
        "broadcast.svg",
        "assets\/icons\/star-icon.png",
        "assets\/icons\/best.png",
        "assets\/icons\/bin_white.png",
        "assets\/icons\/bin_red.png",
        "check.svg",
        "calender.svg",
        "filter.svg",
        "plus.png",
        "upload.svg",
        "edit-solid.svg",
        "expanded.html",
        "\/assets\/icons\/icon.png"
    ],
    "browser_action": {
        "default_title": "Eazybe",
        "default_popup": "popup1.html"
    },
    "icons": {
        "128": "\/assets\/icons\/icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' "
}