Partner Generator

Fill your friends list with targeted social leads.

Partner Generator क्या है?

Partner Generator SaaS Reseller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fill your friends list with targeted social leads."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Partner Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}