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:\/\/*\/*" ] } |