LeadBook - IG Bot

Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement

LeadBook - IG Bot là gì?

LeadBook - IG Bot là một tiện ích mở rộng Chrome được phát triển bởi https://leadbook.app, và tính năng chính của nó là "Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LeadBook - IG Bot

Tải xuống các tệp mở rộng LeadBook - IG Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automate your Instagram Outreach with LeadBook for Instagram.

LeadBook will send DMs to targeted prospects on autopilot - as well as like their posts, follow them and comment on one of their posts.

LeadBook is a set & forget system: Just press start on the extension and LeadBook will begin filling up your calendar with hot leads.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LeadBook - IG Bot LeadBook - IG Bot
ID mfakomfnphjbfffgokjcbglmohedglbn
URL Chính Thức https://chromewebstore.google.com/detail/leadbook-ig-bot/mfakomfnphjbfffgokjcbglmohedglbn
Mô tả Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2023-05-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://leadbook.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/cc22598c-0399-43ba-8976-da5c96e4b53e
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "manifest_version": 3,
    "name": "LeadBook - IG Bot",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "proxy",
        "alarms",
        "storage",
        "cookies",
        "debugger",
        "downloads",
        "scripting",
        "contextMenus",
        "clipboardRead",
        "notifications",
        "webNavigation",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/Inter-roman-latin.var.woff2",
                "\/shortcut.css",
                "\/icon-128.png",
                "\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "\/sandbox.html",
            "\/uiSandbox.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement"
}