TurboList by TurboTenant

Post your property listings on Facebook Marketplace to increase exposure and connect with potential tenants.

TurboList by TurboTenant란 무엇입니까?

TurboList by TurboTenant은(는) TurboTenant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post your property listings on Facebook Marketplace to increase exposure and connect with potential tenants."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TurboList by TurboTenant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily post your TurboTenant property listing to Facebook Marketplace.

TurboTenant’s Chrome extension enables landlords to post their property listings from TurboTenant straight to Facebook Marketplace, without re-entering all of the details about the listing.

Follow these 4 easy steps to post your TurboTenant property listing on Facebook Marketplace:

- Log into your landlord account on TurboTenant at rental.turbotenant.com

- Add your property and create a property listing

- Go to the Marketing tab in the Properties section. If you haven't already added the extension, you'll see an option to add the extension to your Chrome browser.

- Once the extension is added, click on the button that says 'Post to Facebook Marketplace.'                    

확장 프로그램 기본 정보

이름 TurboList by TurboTenant TurboList by TurboTenant
ID iimgbjogdeidpgemhinilpmbpmbpcojf
공식 URL https://chromewebstore.google.com/detail/turbolist-by-turbotenant/iimgbjogdeidpgemhinilpmbpmbpcojf
설명 Post your property listings on Facebook Marketplace to increase exposure and connect with potential tenants.
파일 크기 65.27 KB
설치 횟수 10,000
현재 버전 1.0.4
최근 업데이트 2022-12-23
출시 날짜 2021-08-19
평점 3.00/5 총 10 개의 평점
개발자 TurboTenant
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.turbotenant.com/
도움말 페이지 URL https://www.turbotenant.com/contact/
개인정보 보호 정책 페이지 URL https://www.turbotenant.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "TurboList by TurboTenant",
    "short_name": "TurboList",
    "description": "Post your property listings on Facebook Marketplace to increase exposure and connect with potential tenants.",
    "author": "turbotenant",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.turbotenant.com\/owners\/properties\/*",
            "*:\/\/turbotenant.com\/owners\/properties\/*"
        ]
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/favicon-16.png",
                "assets\/icons\/favicon-32.png",
                "assets\/icons\/favicon-48.png",
                "assets\/icons\/favicon-128.png"
            ],
            "matches": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/marketplace\/create\/*"
            ],
            "js": [
                "js\/jQuery.bundle.js",
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "assets\/overlay.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    }
}