Avocado Post

Speed up advertising real estate listings

Qu'est-ce que Avocado Post ?

Avocado Post est une extension Chrome développée par Avocado Post, et sa fonction principale est "Speed up advertising real estate listings".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Avocado Post

Téléchargez les fichiers d'extension Avocado Post au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Avocado Post Avocado Post
ID apdnkgijmlnflbibjamhgfgkanpnocbp
URL Officiel https://chrome.google.com/webstore/detail/avocado-post/apdnkgijmlnflbibjamhgfgkanpnocbp
Description Speed up advertising real estate listings
Taille du Fichier 6.76 MB
Nombre d'Installations 325
Version Actuelle 2.3.7
Dernière Mise à Jour 2020-06-16
Date de Publication 2020-06-16
Évaluation 2.50/5 Total 2 Évaluations
Développeur Avocado Post
Type de Paiement free
Langues Prises en Charge 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'"
}