Engaging Eddie

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

Vad är Engaging Eddie?

Engaging Eddie är en Chrome-tillägg utvecklad av https://leadsintoinbox.com, och dess huvudfunktion är "Engage with your friend's post on a single click.".

Tilläggsskärmbilder

screenshot

Ladda ner Engaging Eddie-förlängningens CRX-fil

Ladda ner Engaging Eddie-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Engaging Eddie Engaging Eddie
ID dlnfdllkpcogpleeaajgnlldanhhalbc
Officiell webbadress https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc
Beskrivning Engage with your friend's post on a single click.
Filstorlek 2.23 MB
Antal Installationer 102
Aktuell Version 1.0.1
Senast Uppdaterad 2022-05-19
Publiceringsdatum 2020-12-17
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare https://leadsintoinbox.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.leadsintoinbox.com
Hjälpsida URL https://m.me/728629334436142
URL till Sekretesspolicy Sidan https://buy.leadsintoinbox.com/privacy
Stödda Språk 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"
    }
}