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 هو إضافة Chrome تم تطويرها بواسطة mortgage iQ، والميزة الرئيسية لها هي "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mortgage iQ Contact Scraper

قم بتنزيل ملفات الامتداد Mortgage iQ Contact Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
    ]
}