LeadMomentum
Import contact info from your current CRM into LeadMomentum
Vad är LeadMomentum?
LeadMomentum är en Chrome-tillägg utvecklad av https://leadmomentum.net, och dess huvudfunktion är "Import contact info from your current CRM into LeadMomentum".
Tilläggsskärmbilder
Ladda ner LeadMomentum-förlängningens CRX-fil
Ladda ner LeadMomentum-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs
Grundläggande Information om Tillägg
Namn | LeadMomentum |
ID | kfhclnlhochkkmeedbieadfdaakedgpl |
Officiell webbadress | https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl |
Beskrivning | Import contact info from your current CRM into LeadMomentum |
Filstorlek | 300 KB |
Antal Installationer | 103 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-06-27 |
Publiceringsdatum | 2023-06-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://leadmomentum.net |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.leadmomentum.net/privacy |
Stödda Språk | 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 } ] } |