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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}