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 Основная информация о расширении
| Название | |
| 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
}
]
} | |