Engaging Eddie

Engage with your friend's post on a single click.

Was ist Engaging Eddie?

Engaging Eddie ist eine Chrome-Erweiterung, die von https://leadsintoinbox.com entwickelt wurde, und ihr Hauptmerkmal ist "Engage with your friend's post on a single click.".

Erweiterungsscreenshots

screenshot

Engaging Eddie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Engaging Eddie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        By using Engaging Eddie you can engage with your friend's post on a scheduled time and also can leave reactions on their post. This will boost your engagement and also will boost your business. To get more attention from your friend you must use this tool.                    

Grundlegende Informationen zur Erweiterung

Name Engaging Eddie Engaging Eddie
ID dlnfdllkpcogpleeaajgnlldanhhalbc
Offizielle URL https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc
Beschreibung Engage with your friend's post on a single click.
Dateigröße 2.23 MB
Installationsanzahl 102
Aktuelle Version 1.0.1
Letztes Update 2022-05-19
Veröffentlichungsdatum 2020-12-17
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler https://leadsintoinbox.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.leadsintoinbox.com
Hilfeseite URL https://m.me/728629334436142
URL der Datenschutzrichtlinien-Seite https://buy.leadsintoinbox.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Engaging Eddie",
    "description": "Engage with your friend's post on a single click.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "jquery-3.2.1.min.js",
                "moment.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms"
    ],
    "icons": {
        "48": "img\/48X48.png",
        "128": "img\/128X128.png"
    }
}