Avocado Post

Speed up advertising real estate listings

What is Avocado Post?

Avocado Post is a Chrome extension developed by Avocado Post, and its main feature is "Speed up advertising real estate listings".

Extension Screenshots

screenshot

Download Avocado Post Extension CRX File

Download Avocado Post extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Avocado Post helps you advertise real listings by integrating with popular platforms to help you post smarter and faster.                    

Extension Basic Information

Name Avocado Post Avocado Post
ID apdnkgijmlnflbibjamhgfgkanpnocbp
Official URL https://chrome.google.com/webstore/detail/avocado-post/apdnkgijmlnflbibjamhgfgkanpnocbp
Description Speed up advertising real estate listings
File Size 6.76 MB
Installation Count 325
Current Version 2.3.7
Last Updated 2020-06-16
Publish Date 2020-06-16
Rating 2.50/5 Total 2 Ratings
Developer Avocado Post
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus",
        "alarms"
    ],
    "name": "Avocado Post",
    "description": "Speed up advertising real estate listings",
    "version": "2.3.7",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/accounts.craigslist.org\/*",
                "*:\/\/post.craigslist.org\/*"
            ],
            "js": [
                "js\/target.js"
            ],
            "css": [
                "css\/target.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.apartments.com\/*",
                "*:\/\/*.nestiolistings.com\/*",
                "*:\/\/*.streeteasy.com\/*",
                "*:\/\/*.trulia.com\/*",
                "*:\/\/*.yougotlistings.com\/*",
                "*:\/\/*.zillow.com\/*"
            ],
            "js": [
                "js\/source.js"
            ]
        }
    ],
    "background": {
        "page": "html\/background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.apartments.com\/*",
            "*:\/\/*.nestiolistings.com\/*",
            "*:\/\/*.streeteasy.com\/*",
            "*:\/\/*.trulia.com\/*",
            "*:\/\/*.yougotlistings.com\/*",
            "*:\/\/*.zillow.com\/*"
        ]
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "img\/avocado_post_16.png",
        "48": "img\/avocado_post_48.png",
        "128": "img\/avocado_post_128.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}