LeadMomentum
Import contact info from your current CRM into LeadMomentum
What is LeadMomentum?
LeadMomentum is a Chrome extension developed by https://leadmomentum.net, and its main feature is "Import contact info from your current CRM into LeadMomentum".
Extension Screenshots
Download LeadMomentum Extension CRX File
Download LeadMomentum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs
Extension Basic Information
Name | LeadMomentum |
ID | kfhclnlhochkkmeedbieadfdaakedgpl |
Official URL | https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl |
Description | Import contact info from your current CRM into LeadMomentum |
File Size | 300 KB |
Installation Count | 103 |
Current Version | 1.0 |
Last Updated | 2023-06-27 |
Publish Date | 2023-06-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://leadmomentum.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.leadmomentum.net/privacy |
Supported Languages | 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 } ] } |