Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Что такое Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper - это расширение Chrome, разработанное mortgage iQ, и его основная функция - "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Снимки экрана расширения
Скачать файл CRX расширения Mortgage iQ Contact Scraper
Скачайте файлы расширений Mortgage iQ Contact Scraper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Chrome browser plugin for exporting contacts from LinkedIn to Mortgage iQ. A new contact and lead notification is generated on export. NEW IN THIS VERSION Resolved issue with the Current Employer not loading into the import form
Основная информация о расширении
Название | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
Официальный URL | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Описание | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
Размер файла | 48.2 KB |
Количество установок | 25 |
Текущая Версия | 2.1.6 |
Последнее Обновление | 2019-06-06 |
Дата публикации | 2019-06-05 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | mortgage iQ |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http:www.mortgageiqcrm.com |
URL страницы политики конфиденциальности | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mortgage iQ Contact Scraper", "description": "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ ", "version": "2.1.6", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "jquery.min.js", "event.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "chrome_style": true }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |