Buyers List Builder

The #1 Rated Extension for Wholesalers and Real Estate Investors

Buyers List Builderคืออะไร?

Buyers List Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย buyers-list-builder และคุณลักษณะหลักของมันคือ "The #1 Rated Extension for Wholesalers and Real Estate Investors"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buyers List Builder

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

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

                        The #1 Rated Extension for Wholesalers and Real Estate Investors
 
Building your cash buyers list has never been easier:

✔ Usa AI to collect names, emails, and phone numbers of active cash buyers in your area.
✔ Auto scroll and auto expand Facebook posts and comments for efficient data scraping.
✔ Check for duplicate contacts.
✔ Create multiple lists for different markets.
✔ Bulk processing and selective copy & paste saves you time                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Buyers List Builder Buyers List Builder
ID ijllakpjcchkaokclijkcheiiighpccf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buyers-list-builder/ijllakpjcchkaokclijkcheiiighpccf
คำอธิบาย The #1 Rated Extension for Wholesalers and Real Estate Investors
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 364
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2021-05-31
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา buyers-list-builder
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.buyerslistbuilder.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.buyerslistbuilder.com/privacy-policy1689862681366
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buyers List Builder",
    "description": "The #1 Rated Extension for Wholesalers and Real Estate Investors",
    "version": "1.9",
    "browser_action": {
        "default_title": "Facebook Email capture",
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "16": ".\/images\/icon.png"
    },
    "background": {
        "scripts": [
            ".\/js\/config.js",
            ".\/js\/jquery.min.js",
            ".\/js\/core.js",
            ".\/js\/oauth.js",
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/oauth.js",
                ".\/js\/google-sign-in.js"
            ],
            "css": [
                ".\/css\/simpleNotifyStyle.css",
                ".\/css\/google-sign-in.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/facebook-lead-grabber.herokuapp.com\/*state=extension_token*"
            ],
            "js": [
                ".\/js\/core.js",
                ".\/js\/oauth.js",
                ".\/js\/oauthContent.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/simpleNotify.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/simpleNotifyStyle.css",
                ".\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.*",
        "*"
    ],
    "client_id": "913411174141-i9dlk0kh6rfk77giteu47qaea4c5im6t.apps.googleusercontent.com",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.googleapis.com",
        "https:\/\/localhost:44352\/*",
        "https:\/\/facebook-email.glitch.me\/Account\/LoginUserGoogle",
        "https:\/\/facebook-lead-grabber.herokuapp.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}