LeadBook - IG Bot

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

Hvad er LeadBook - IG Bot?

LeadBook - IG Bot er en Chrome-udvidelse udviklet af https://leadbook.app, og dens hovedfunktion er "Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement".

Udvidelsesskærmbilleder

screenshot
screenshot

Download LeadBook - IG Bot-udvidelses-CRX-fil

Download LeadBook - IG Bot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LeadBook - IG Bot LeadBook - IG Bot
ID mfakomfnphjbfffgokjcbglmohedglbn
Officiel URL https://chromewebstore.google.com/detail/leadbook-ig-bot/mfakomfnphjbfffgokjcbglmohedglbn
Beskrivelse Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement
Filstørrelse 1.03 MB
Antal Installationer 208
Nuværende Version 1.0.9
Senest Opdateret 2023-05-03
Udgivelsesdato 2023-05-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://leadbook.app
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/live/cc22598c-0399-43ba-8976-da5c96e4b53e
Understøttede Sprog 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"
}