LeadMomentum

Import contact info from your current CRM into LeadMomentum

Was ist LeadMomentum?

LeadMomentum ist eine Chrome-Erweiterung, die von https://leadmomentum.net entwickelt wurde, und ihr Hauptmerkmal ist "Import contact info from your current CRM into LeadMomentum".

Erweiterungsscreenshots

screenshot

LeadMomentum-Erweiterungs-CRX-Datei herunterladen

Laden Sie LeadMomentum-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

                        Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs                    

Grundlegende Informationen zur Erweiterung

Name LeadMomentum LeadMomentum
ID kfhclnlhochkkmeedbieadfdaakedgpl
Offizielle URL https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl
Beschreibung Import contact info from your current CRM into LeadMomentum
Dateigröße 300 KB
Installationsanzahl 103
Aktuelle Version 1.0
Letztes Update 2023-06-27
Veröffentlichungsdatum 2023-06-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://leadmomentum.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.leadmomentum.net/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeadMomentum",
    "version": "1.0",
    "description": "Import contact info from your current CRM into LeadMomentum",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.api.landlinescrubber.com\/*"
    ],
    "action": {
        "default_title": "LeadMomentum",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vanillasoft.net\/*",
                "*:\/\/*.onelink.intruity.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ]
}