Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Wat is Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper is een Chrome-extensie ontwikkeld door mortgage iQ, en de belangrijkste functie is "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Extensie Screenshots
Download het CRX-bestand van de extensie Mortgage iQ Contact Scraper
Download Mortgage iQ Contact Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
Officiële URL | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Beschrijving | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
Bestandsgrootte | 48.2 KB |
Aantal Installaties | 25 |
Huidige Versie | 2.1.6 |
Laatst Bijgewerkt | 2019-06-06 |
Publicatiedatum | 2019-06-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | mortgage iQ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http:www.mortgageiqcrm.com |
URL van de Privacybeleid Pagina | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Ondersteunde Talen | 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:\/\/*\/*" ] } |