LeadBook

Automate your facebook outreach and book meetings on autopilot.

LeadBookคืออะไร?

LeadBook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leadbook และคุณลักษณะหลักของมันคือ "Automate your facebook outreach and book meetings on autopilot."

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

screenshot
screenshot

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

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

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

                        ***Book 10+ meetings per day with your Facebook account at a click of a button!
***

Have you ever wondered how you can monetize your Facebook account? 

Fill up your calendar everyday by running this chrome extension in the background.

LeadBook allows you to target specific prospects in any group, friends list or follower list by using keywords that you select and then sends them a personalized message. 

For example you could target just CEOs & Realtors within a certain list and LeadBook will automatically send them a friend request and send them your personalized pitch.

LeadBook also helps you to send automated messages when you get a friend request from someone or when you accept or decline a friend request.                    

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

ชื่อ LeadBook LeadBook
ID lkmjkkaneihfniogckodfalmllgkbhcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leadbook/lkmjkkaneihfniogckodfalmllgkbhcd
คำอธิบาย Automate your facebook outreach and book meetings on autopilot.
ขนาดไฟล์ 2.24 MB
จำนวนการติดตั้ง 1,328
เวอร์ชันปัจจุบัน 15.15.20
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2022-11-24
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา leadbook
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.leadbook.app/
URL หน้าช่วยเหลือ https://www.facebook.com/joss.maruno/
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/cc22598c-0399-43ba-8976-da5c96e4b53e
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeadBook",
    "version": "15.15.20",
    "description": "Automate your facebook outreach and book meetings on autopilot.",
    "short_name": "L",
    "icons": {
        "16": "images\/637e02c183a79e7ba7e88f50-LeadBook-1669206745436-small_icon.png",
        "48": "images\/637e02c183a79e7ba7e88f50-LeadBook-1669206745532-medium_icon.png",
        "128": "images\/637e02c183a79e7ba7e88f50-LeadBook-1669206745642-large_icon.png"
    },
    "action": {
        "default_title": "LeadBook"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                ".\/arrive.js",
                "js\/contentScriptBundle.js",
                ".\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css",
                "assets\/chosen.css",
                "assets\/jquery-ui.css",
                "css\/customCss.css",
                "assets\/bootstrap-tagsinput.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "unlimitedStorage",
        "clipboardRead",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "https:\/\/leadbook.app"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}