Avocado Post

Speed up advertising real estate listings

Wat is Avocado Post?

Avocado Post is een Chrome-extensie ontwikkeld door Avocado Post, en de belangrijkste functie is "Speed up advertising real estate listings".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Avocado Post

Download Avocado Post-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Avocado Post Avocado Post
ID apdnkgijmlnflbibjamhgfgkanpnocbp
Officiële URL https://chrome.google.com/webstore/detail/avocado-post/apdnkgijmlnflbibjamhgfgkanpnocbp
Beschrijving Speed up advertising real estate listings
Bestandsgrootte 6.76 MB
Aantal Installaties 325
Huidige Versie 2.3.7
Laatst Bijgewerkt 2020-06-16
Publicatiedatum 2020-06-16
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Avocado Post
Betalingswijze free
Ondersteunde Talen 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'"
}