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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } ] } |