Avocado Post

Speed up advertising real estate listings

Avocado Postとは何ですか?

Avocado PostはAvocado Postによって開発されたChromeの拡張機能で、その主な機能は「Speed up advertising real estate listings」です。

拡張機能のスクリーンショット

screenshot

Avocado Post拡張機能のCRXファイルをダウンロード

Avocado Post拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Avocado Post Avocado Post
ID apdnkgijmlnflbibjamhgfgkanpnocbp
公式URL https://chrome.google.com/webstore/detail/avocado-post/apdnkgijmlnflbibjamhgfgkanpnocbp
説明 Speed up advertising real estate listings
ファイルサイズ 6.76 MB
インストール数 325
現在のバージョン 2.3.7
最終更新日 2020-06-16
公開日 2020-06-16
評価 2.50/5 合計 2 レビュー
開発者 Avocado Post
支払い方法 free
対応言語 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'"
}