LeadBook - IG Bot

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

LeadBook - IG Bot란 무엇입니까?

LeadBook - IG Bot은(는) https://leadbook.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LeadBook - IG Bot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 LeadBook - IG Bot LeadBook - IG Bot
ID mfakomfnphjbfffgokjcbglmohedglbn
공식 URL https://chromewebstore.google.com/detail/leadbook-ig-bot/mfakomfnphjbfffgokjcbglmohedglbn
설명 Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement
파일 크기 1.03 MB
설치 횟수 208
현재 버전 1.0.9
최근 업데이트 2023-05-03
출시 날짜 2023-05-03
평점 5.00/5 총 1 개의 평점
개발자 https://leadbook.app
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/cc22598c-0399-43ba-8976-da5c96e4b53e
지원되는 언어 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"
}