LeadMomentum
Import contact info from your current CRM into LeadMomentum
LeadMomentum क्या है?
LeadMomentum https://leadmomentum.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import contact info from your current CRM into LeadMomentum"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LeadMomentum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs
एक्सटेंशन की मूल जानकारी
नाम | LeadMomentum |
ID | kfhclnlhochkkmeedbieadfdaakedgpl |
आधिकारिक URL | https://chromewebstore.google.com/detail/leadmomentum/kfhclnlhochkkmeedbieadfdaakedgpl |
विवरण | Import contact info from your current CRM into LeadMomentum |
फ़ाइल का आकार | 300 KB |
स्थापना संख्या | 103 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-06-27 |
प्रकाशन तिथि | 2023-06-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://leadmomentum.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.leadmomentum.net/privacy |
समर्थित भाषाएँ | 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 } ] } |