Mortgage iQ Contact Scraper

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

什么是Mortgage iQ Contact Scraper?

Mortgage iQ Contact Scraper是由mortgage iQ开发的Chrome扩展程序,该扩展的主要功能是“Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ”。

扩展截图

screenshot

下载Mortgage iQ Contact Scraper扩展crx文件

下载Mortgage iQ Contact Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Mortgage iQ Contact Scraper Mortgage iQ Contact Scraper
ID dhlfjhjhdcmbimjpblilphcimfkbicap
官方URL https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap
简介 Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
文件大小 48.2 KB
安装次数 25
当前版本 2.1.6
更新时间 2019-06-06
上架时间 2019-06-05
评分 5.00/5 共4次评分
开发者 mortgage iQ
电子邮箱 [email protected]
付费类型 free
扩展官网 http:www.mortgageiqcrm.com
隐私政策页面URL http://www.mortgageiqcrm.com/privacy-policy.aspx
支持的语言 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:\/\/*\/*"
    ]
}