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ファイルをダウンロード

LeadBook - IG Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}