Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Co to jest Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper to rozszerzenie Chrome opracowane przez mortgage iQ, a jego główną funkcją jest „Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mortgage iQ Contact Scraper
Pobierz pliki rozszerzeń Mortgage iQ Contact Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
Oficjalny URL | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Opis | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
Rozmiar pliku | 48.2 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 2.1.6 |
Ostatnia Aktualizacja | 2019-06-06 |
Data Publikacji | 2019-06-05 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | mortgage iQ |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http:www.mortgageiqcrm.com |
Adres URL Strony Polityki Prywatności | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Obsługiwane Języki | 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:\/\/*\/*" ] } |