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
官方網址 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:\/\/*\/*"
    ]
}