LeadMomentum
Import contact info from your current CRM into LeadMomentum
Wat is LeadMomentum?
LeadMomentum is een Chrome-extensie ontwikkeld door https://leadmomentum.net, en de belangrijkste functie is "Import contact info from your current CRM into LeadMomentum".
Extensie Screenshots
Download het CRX-bestand van de extensie LeadMomentum
Download LeadMomentum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs
Basisinformatie over de Extensie
Naam | LeadMomentum |
ID | kfhclnlhochkkmeedbieadfdaakedgpl |
Officiële URL | https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl |
Beschrijving | Import contact info from your current CRM into LeadMomentum |
Bestandsgrootte | 300 KB |
Aantal Installaties | 103 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-06-27 |
Publicatiedatum | 2023-06-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://leadmomentum.net |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.leadmomentum.net/privacy |
Ondersteunde Talen | 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 } ] } |