Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Cos'è Mortgage iQ Contact Scraper?
Mortgage iQ Contact Scraper è un'estensione di Chrome sviluppata da mortgage iQ, e la sua funzione principale è "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mortgage iQ Contact Scraper
Scarica i file di estensione Mortgage iQ Contact Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
| URL Ufficiale | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
| Descrizione | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
| Dimensione del File | 48.2 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 2.1.6 |
| Ultimo Aggiornamento | 2019-06-06 |
| Data di Pubblicazione | 2019-06-05 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | mortgage iQ |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http:www.mortgageiqcrm.com |
| URL della Pagina della Politica sulla Privacy | http://www.mortgageiqcrm.com/privacy-policy.aspx |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |