Partner Generator

Fill your friends list with targeted social leads.

Partner Generatorとは何ですか?

Partner GeneratorはSaaS Resellerによって開発されたChromeの拡張機能で、その主な機能は「Fill your friends list with targeted social leads.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Effortlessly target leads on FB and engage with them to make more sales.

Identify the FB pages, FB groups, and even influencers that contain your future customers. With the click of a button, Partner Generator sends a friend request and auto message to all of the members of the group, page, or friends list you are targeting.                    

拡張機能の基本情報

名前 Partner Generator Partner Generator
ID hifpkacnmblbmapjahmehleklbakppmd
公式URL https://chromewebstore.google.com/detail/partner-generator/hifpkacnmblbmapjahmehleklbakppmd
説明 Fill your friends list with targeted social leads.
ファイルサイズ 286 KB
インストール数 45
現在のバージョン 2.0.2
最終更新日 2021-05-31
公開日 2021-02-20
開発者 SaaS Reseller
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mattyfoley.com
ヘルプページのURL https://mattyfoley.com/support
プライバシーポリシーページのURL https://saasreseller.theconversionpros.com/sl/SRPrivacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Partner Generator",
    "version": "2.0.2",
    "description": "Fill your friends list with targeted social leads.",
    "short_name": "WSL",
    "icons": {
        "16": "images\/5fd7867da4a7967e5fe89e26-FBLeadPro-1622124158575-small_icon.png",
        "48": "images\/5fd7867da4a7967e5fe89e26-FBLeadPro-1622124158629-medium_icon.png",
        "128": "images\/5fd7867da4a7967e5fe89e26-FBLeadPro-1622124158684-large_icon.png"
    },
    "browser_action": {
        "default_title": "Wombot Social Leads"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                ".\/arrive.js",
                "js\/contentScriptBundle.js",
                ".\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "images\/*",
        "js\/*"
    ],
    "manifest_version": 2
}