Mortgage iQ Contact Scraper

Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ

¿Qué es Mortgage iQ Contact Scraper?

Mortgage iQ Contact Scraper es una extensión de Chrome desarrollada por mortgage iQ, y su función principal es "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Mortgage iQ Contact Scraper

Descarga archivos de extensión Mortgage iQ Contact Scraper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Mortgage iQ Contact Scraper Mortgage iQ Contact Scraper
ID dhlfjhjhdcmbimjpblilphcimfkbicap
URL Oficial https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap
Descripción Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Tamaño del Archivo 48.2 KB
Cantidad de Instalaciones 25
Versión Actual 2.1.6
Última Actualización 2019-06-06
Fecha de Publicación 2019-06-05
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador mortgage iQ
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http:www.mortgageiqcrm.com
URL de la Página de Política de Privacidad http://www.mortgageiqcrm.com/privacy-policy.aspx
Idiomas Soportados 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:\/\/*\/*"
    ]
}