Hans Matrimony CRM

CRM for Hans Matrimony

Was ist Hans Matrimony CRM?

Hans Matrimony CRM ist eine Chrome-Erweiterung, die von Eazybe.com entwickelt wurde, und ihr Hauptmerkmal ist "CRM for Hans Matrimony".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Hans Matrimony CRM-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hans Matrimony CRM-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

                        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 ✌🏻                    

Grundlegende Informationen zur Erweiterung

Name Hans Matrimony CRM Hans Matrimony CRM
ID leemlphmkkohjogalcgljmkchiaaijah
Offizielle URL https://chrome.google.com/webstore/detail/hans-matrimony-crm/leemlphmkkohjogalcgljmkchiaaijah
Beschreibung CRM for Hans Matrimony
Dateigröße 846 KB
Installationsanzahl 55
Aktuelle Version 2.4.7.8
Letztes Update 2022-03-31
Veröffentlichungsdatum 2021-10-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Eazybe.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://eazybe.com/
Hilfeseite URL https://eazybe.com/
URL der Datenschutzrichtlinien-Seite https://eazybe.com/privacy
Unterstützte Sprachen 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' "
}