LeadMomentum
Import contact info from your current CRM into LeadMomentum
Co je LeadMomentum?
LeadMomentum je rozšíření Chrome vyvinuté https://leadmomentum.net, a jeho hlavní funkcí je „Import contact info from your current CRM into LeadMomentum“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LeadMomentum
Stáhněte si soubory rozšíření LeadMomentum ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs
Základní Informace o Rozšíření
Název | LeadMomentum |
ID | kfhclnlhochkkmeedbieadfdaakedgpl |
Oficiální URL | https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl |
Popis | Import contact info from your current CRM into LeadMomentum |
Velikost souboru | 300 KB |
Počet instalací | 103 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-06-27 |
Datum Vydání | 2023-06-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://leadmomentum.net |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.leadmomentum.net/privacy |
Podporované Jazyky | 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 } ] } |