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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mortgage iQ Contact Scraper
Λήψη αρχείων επέκτασης 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 |
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:\/\/*\/*" ] } |