LeadBook - IG Bot

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

Τι είναι το LeadBook - IG Bot;

Το LeadBook - IG Bot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leadbook.app, και η κύρια λειτουργία του είναι "Leadbook IG BOT is a Chrome extension for sending personalized Instagram messages & automatic engagement".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LeadBook - IG Bot

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
}