Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Qu'est-ce que Mortgage iQ Contact Scraper ?
Mortgage iQ Contact Scraper est une extension Chrome développée par mortgage iQ, et sa fonction principale est "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mortgage iQ Contact Scraper
Téléchargez les fichiers d'extension Mortgage iQ Contact Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
URL Officiel | 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 |
Taille du Fichier | 48.2 KB |
Nombre d'Installations | 25 |
Version Actuelle | 2.1.6 |
Dernière Mise à Jour | 2019-06-06 |
Date de Publication | 2019-06-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | mortgage iQ |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http:www.mortgageiqcrm.com |
URL de la Page de Politique de Confidentialité | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Langues Prises en Charge | 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:\/\/*\/*" ] } |