InvestorFuse
InvestorFuse is a CRM for real estate investors. Inside of the CRM you will find contact details for a seller. Lots of investors…
InvestorFuse là gì?
InvestorFuse là một tiện ích mở rộng Chrome được phát triển bởi https://investorfuse.com, và tính năng chính của nó là "InvestorFuse is a CRM for real estate investors. Inside of the CRM you will find contact details for a seller. Lots of investors…".
Ả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 InvestorFuse
Tải xuống các tệp mở rộng InvestorFuse 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
InvestorFuse is a CRM for real estate investors. Inside of the CRM you will find contact details for a seller. Lots of investors use callrail as their calling software of choice. In order to allow investors the click to call functionality in InvestorFuse this extension was created. Once the extension is installed you will be able to choose a Callrail company and phone number that you will dial out from. Once in the InvestorFuse CRM a calling icon will appear next to phone numbers. Upon clicking this it will open the Callrail lead center in a seperate tab and dial the number with the outbound tracking number inputted into the extension's settings.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InvestorFuse |
ID | odmkikfpodkhncbehmfeolpiljphlonh |
URL Chính Thức | https://chromewebstore.google.com/detail/investorfuse/odmkikfpodkhncbehmfeolpiljphlonh |
Mô tả | InvestorFuse is a CRM for real estate investors. Inside of the CRM you will find contact details for a seller. Lots of investors… |
Kích Thước Tệp | 31.4 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2022-10-19 |
Ngày Phát Hành | 2021-03-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://investorfuse.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.investorfuse.com/ |
URL Trang Trợ Giúp | https://help.investorfuse.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4", "manifest_version": 2, "name": "InvestorFuse", "description": "", "browser_action": { "default_title": "InvestorFuse", "default_popup": "popup.html" }, "icons": { "128": "phone.png" }, "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.investorfuse.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "cookies", "*:\/\/*.investorfuse.com\/*", "*:\/\/app.callrail.com\/*" ], "web_accessible_resources": [ "phone.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'" } |