Folio: Manage Real Estate Deals from Gmail
Create and share real estate closing timelines from your Gmail inbox. Integrates seamlessly with Google Drive and Calendar.
什麼是Folio: Manage Real Estate Deals from Gmail?
Folio: Manage Real Estate Deals from Gmail是由https://amitree.com開發的Chrome擴展程式,該擴展的主要功能是“Create and share real estate closing timelines from your Gmail inbox. Integrates seamlessly with Google Drive and Calendar.”。
擴展截圖
下載Folio: Manage Real Estate Deals from Gmail擴展crx文件
下載Folio: Manage Real Estate Deals from Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Folio helps real estate agents stay on top of transactions from Gmail™ and integrates seamlessly with Google Drive™ and Google Calendar™. Folio lives where you already work – in Gmail™ – and uses AI to automatically know which emails are related to a real estate transaction - making it quick and easy to create timelines that you can share in one click with clients and colleagues. Folio helps you keep your deals on track with transaction timelines and reminders that are integrated into your Google Calendar™. By organizing all relevant emails, documents and contacts into Smart Folders, Folio makes it easier for you to find important things. Never search for a document, email, or file again. It’s all right there! HOW FOLIO WORKS: 📬 Connect Folio to your work Gmail™ inbox. 📂 Using AI, Folio will organize emails, files, and contacts for each transaction into a Smart Folder. 💼 Folio will show a sidebar in your Gmail™, allowing you to manage the transaction timeline, share it with clients, assign tasks, and more. 📆 Automatically sync important transaction milestones to your Google Calendar™ and attachments to Google Drive™ to stay on schedule and organized. 💚 WHY OVER 100,000 REAL ESTATE AGENTS LOVE FOLIO ➤ Look like a pro! Save 20+ hours per deal ➤ Create and share professional closing timelines with your clients in seconds ➤ Manage events and delegate tasks straight from Gmail™ ➤ Customizable closing timelines and custom transaction templates to save you time ➤ Visualization on the go - use the Folio web app from any mobile device ➤ Automatic organization of emails into Smart Folders by transaction ➤ Google Calendar™ Integration - never miss a meeting, inspection, appraisal, or deadline ➤ Google Drive™ Integration - auto sync attachments and documents to dedicated folders ➤ Google Contacts Integration - no new contacts database, everything in one place ➤ DocuSign Integration - get all the signatures you need straight from your inbox 💡 FOLIO FREE PLAN: ✓ Manage up to 3 transactions at a time for free ✓ Shareable timeline webpage and email organization for each deal ✓ Reminders, notes and tasks straight from your email ✓ Sync all events/tasks with your Google Calendar™ ✓ Sync contacts for up to 3 Smart Folders ➡️ FOLIO PRO: ✓ Everything in Free Plan + ✓ Manage unlimited transactions and Smart Folders ✓ Unlimited custom timeline templates to save you even more time ✓ Unlimited contacts for every Smart Folder ✓ DocuSign integration to get all needed signatures from Gmail™ ✓ Automatic attachment syncing to Google Drive™ ✓ One-click to export entire transaction history into a PDF ✓ Customizable image background and logo for your timelines ⭐️ WHY FOLIO? ★ More than 100,000 real estate agents trust Folio to help them impress their clients and get more referrals ★ 4.7 star rating – read the reviews! ★ 2.5 billion emails organized and counting ★ 1 million+ hours saved by workflow compression 🔐 SECURITY & PRIVACY ✓ Security and privacy practices audited and approved annually by Google’s Trust and Safety team ✓ Personal data privacy: CCPA compliant ✓ Bank-level 256-bit security ✓ Annual security review conducted by Bishop Fox - the largest private professional services firm focused on offensive security testing 🎯 WHO IS IT FOR? - Real Estate agents who manage multiple deals - Real Estate agents who need to impress their clients, look like pros and get more referrals 💻 If you have any problems or feedback regarding Folio, write to us at [email protected]
擴展基本資訊
名稱 | Folio: Manage Real Estate Deals from Gmail |
ID | ecaieeiecbdhkcgknidmfelflleobbnp |
官方網址 | https://chromewebstore.google.com/detail/folio-manage-real-estate/ecaieeiecbdhkcgknidmfelflleobbnp |
簡介 | Create and share real estate closing timelines from your Gmail inbox. Integrates seamlessly with Google Drive and Calendar. |
檔案大小 | 17.03 MB |
安裝次數 | 44,356 |
目前版本 | 1.2.17461 |
更新時間 | 2024-03-01 |
上架時間 | 2020-07-02 |
評分 | 4.72/5 共 218 次評分 |
開發者 | https://amitree.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.amitree.com/ |
說明頁面URL | http://support.amitree.com/ |
隱私政策頁面URL | https://www.amitree.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Folio: Manage Real Estate Deals from Gmail", "version": "1.2.17461", "icons": { "128": "128x128.png", "48": "48x48.png", "16": "16x16.png" }, "manifest_version": 3, "minimum_chrome_version": "92", "description": "Create and share real estate closing timelines from your Gmail inbox. Integrates seamlessly with Google Drive and Calendar.", "web_accessible_resources": [ { "resources": [ "fonts\/folio.ttf", "assets\/*", "pageWorld.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "assets\/vendor.js", "assets\/folio.js", "assets\/inject-css.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "pageWorld.js" ], "run_at": "document_start", "all_frames": false, "world": "MAIN" } ], "background": { "service_worker": "assets\/background.js", "type": "module" }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "https:\/\/www.amitree.com\/", "https:\/\/apis.google.com\/" ], "externally_connectable": { "matches": [ "https:\/\/www.amitree.com\/*" ] }, "action": { "default_title": "Folio" } } |