Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
What is Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper is a Chrome extension developed by mortgage iQ, and its main feature is "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Extension Screenshots
Download Mortgage iQ Contact Scraper Extension CRX File
Download Mortgage iQ Contact Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
Official URL | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Description | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
File Size | 48.2 KB |
Installation Count | 25 |
Current Version | 2.1.6 |
Last Updated | 2019-06-06 |
Publish Date | 2019-06-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | mortgage iQ |
[email protected] | |
Payment Type | free |
Extension Website | http:www.mortgageiqcrm.com |
Privacy Policy Page URL | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Supported Languages | 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:\/\/*\/*" ] } |