TurboList by TurboTenant

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

TurboList by TurboTenantคืออะไร?

TurboList by TurboTenant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TurboTenant และคุณลักษณะหลักของมันคือ "Post your property listings on Facebook Marketplace to increase exposure and connect with potential tenants."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TurboList by TurboTenant

ดาวน์โหลดไฟล์ส่วนขยาย TurboList by TurboTenant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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