groupbuddy.app

Collects Leads from facebook group in one click.

groupbuddy.appとは何ですか?

groupbuddy.appはSanskar Tiwariによって開発されたChromeの拡張機能で、その主な機能は「Collects Leads from facebook group in one click.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

groupbuddy.app拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        GroupBuddy allows you to save time as well as generate income from your Facebook™ group by allowing you to communicate with your members as soon as they enter your group the simplest way possible                    

拡張機能の基本情報

名前 groupbuddy.app groupbuddy.app
ID mmhhfhapgfkhppfomcbhbojlnkagmhaf
公式URL https://chromewebstore.google.com/detail/groupbuddyapp/mmhhfhapgfkhppfomcbhbojlnkagmhaf
説明 Collects Leads from facebook group in one click.
ファイルサイズ 54.77 KB
インストール数 47
現在のバージョン 4.0.7
最終更新日 2021-06-03
公開日 2021-04-09
評価 5.00/5 合計 6 レビュー
開発者 Sanskar Tiwari
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://groupbuddy.web.app
ヘルプページのURL https://groupbuddy.web.app
プライバシーポリシーページのURL https://blurweb.app/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "groupbuddy.app",
    "version": "4.0.7",
    "manifest_version": 2,
    "description": "Collects Leads from facebook group in one click.",
    "homepage_url": "https:\/\/groupbuddy.app",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-3.4.1.min.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "GroupBuddy"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "\/css\/contentscript.css"
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ]
}