WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Folio: Manage Real Estate Deals from Gmail

Folio: Manage Real Estate Deals from Gmail

View on Chrome Web Store
View Folio: Manage Real Estate Deals from Gmail Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (214 ratings)
1 new ratings
230 views
This extension has been viewed 230 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Create and share real estate closing timelines from your Gmail inbox. Integrates seamlessly with Google Drive and Calendar.
Type
Extension
Users
40,000 users
10K
Website amitree.com
Inside Real Estate
View author page of Inside Real Estate
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 27, 2015
Version 1.2.33297
Manifest version
3
Updated
Updated on March 26, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Folio: Manage Real Estate Deals from Gmail Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Folio: Manage Real Estate Deals from Gmail",
    "version": "1.2.33297",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top