Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Co je Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper je rozšíření Chrome vyvinuté mortgage iQ, a jeho hlavní funkcí je „Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mortgage iQ Contact Scraper
Stáhněte si soubory rozšíření Mortgage iQ Contact Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
Oficiální URL | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Popis | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
Velikost souboru | 48.2 KB |
Počet instalací | 25 |
Aktuální Verze | 2.1.6 |
Poslední Aktualizace | 2019-06-06 |
Datum Vydání | 2019-06-05 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | mortgage iQ |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http:www.mortgageiqcrm.com |
URL Stránky Zásad Ochrany Soukromí | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Podporované Jazyky | 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:\/\/*\/*" ] } |