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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 Folio: Manage Real Estate Deals from Gmail
ID ecaieeiecbdhkcgknidmfelflleobbnp
公式URL 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
Eメール [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"
    }
}