LeadMomentum
Import contact info from your current CRM into LeadMomentum
什么是LeadMomentum?
LeadMomentum是由https://leadmomentum.net开发的Chrome扩展程序,该扩展的主要功能是“Import contact info from your current CRM into LeadMomentum”。
扩展截图
下载LeadMomentum扩展crx文件
下载LeadMomentum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Created as an enhancement to LeadMomentum so users can automatically import contact data from other CRMs 扩展基本信息
| 名称 | |
| 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
}
]
} | |