LeadMomentum
Import contact info from your current CRM into LeadMomentum
ما هو LeadMomentum؟
LeadMomentum هو إضافة Chrome تم تطويرها بواسطة https://leadmomentum.net، والميزة الرئيسية لها هي "Import contact info from your current CRM into LeadMomentum".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LeadMomentum
قم بتنزيل ملفات الامتداد LeadMomentum بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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 } ] } |