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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}