Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Was ist Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper ist eine Chrome-Erweiterung, die von mortgage iQ entwickelt wurde, und ihr Hauptmerkmal ist "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Erweiterungsscreenshots
Mortgage iQ Contact Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mortgage iQ Contact Scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
Offizielle URL | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Beschreibung | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
Dateigröße | 48.2 KB |
Installationsanzahl | 25 |
Aktuelle Version | 2.1.6 |
Letztes Update | 2019-06-06 |
Veröffentlichungsdatum | 2019-06-05 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | mortgage iQ |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http:www.mortgageiqcrm.com |
URL der Datenschutzrichtlinien-Seite | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |