LeadMomentum

Import contact info from your current CRM into LeadMomentum

Hvad er LeadMomentum?

LeadMomentum er en Chrome-udvidelse udviklet af https://leadmomentum.net, og dens hovedfunktion er "Import contact info from your current CRM into LeadMomentum".

Udvidelsesskærmbilleder

screenshot

Download LeadMomentum-udvidelses-CRX-fil

Download LeadMomentum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn LeadMomentum LeadMomentum
ID kfhclnlhochkkmeedbieadfdaakedgpl
Officiel URL https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl
Beskrivelse Import contact info from your current CRM into LeadMomentum
Filstørrelse 300 KB
Antal Installationer 103
Nuværende Version 1.0
Senest Opdateret 2023-06-27
Udgivelsesdato 2023-06-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://leadmomentum.net
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.leadmomentum.net/privacy
Understøttede Sprog 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
        }
    ]
}