Engaging Eddie

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

Engaging Eddieとは何ですか?

Engaging Eddieはhttps://leadsintoinbox.comによって開発されたChromeの拡張機能で、その主な機能は「Engage with your friend's post on a single click.」です。

拡張機能のスクリーンショット

screenshot

Engaging Eddie拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Engaging Eddie Engaging Eddie
ID dlnfdllkpcogpleeaajgnlldanhhalbc
公式URL https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc
説明 Engage with your friend's post on a single click.
ファイルサイズ 2.23 MB
インストール数 102
現在のバージョン 1.0.1
最終更新日 2022-05-19
公開日 2020-12-17
評価 4.20/5 合計 5 レビュー
開発者 https://leadsintoinbox.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.leadsintoinbox.com
ヘルプページのURL https://m.me/728629334436142
プライバシーポリシーページのURL https://buy.leadsintoinbox.com/privacy
対応言語 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"
    }
}