Mortgage iQ Contact Scraper
Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ
Mortgage iQ Contact Scraper là gì?
Mortgage iQ Contact Scraper là một tiện ích mở rộng Chrome được phát triển bởi mortgage iQ, và tính năng chính của nó là "Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mortgage iQ Contact Scraper
Tải xuống các tệp mở rộng Mortgage iQ Contact Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mortgage iQ Contact Scraper |
ID | dhlfjhjhdcmbimjpblilphcimfkbicap |
URL Chính Thức | https://chromewebstore.google.com/detail/mortgage-iq-contact-scrap/dhlfjhjhdcmbimjpblilphcimfkbicap |
Mô tả | Exctract the details of contacts on supported websites and create Contact leads in Mortgage iQ |
Kích Thước Tệp | 48.2 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 2.1.6 |
Cập Nhật Lần Cuối | 2019-06-06 |
Ngày Phát Hành | 2019-06-05 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | mortgage iQ |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http:www.mortgageiqcrm.com |
URL Trang Chính Sách Bảo Mật | http://www.mortgageiqcrm.com/privacy-policy.aspx |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |