Partner Generator

Fill your friends list with targeted social leads.

O que é Partner Generator?

Partner Generator é uma extensão do Chrome desenvolvida por SaaS Reseller, e sua principal característica é "Fill your friends list with targeted social leads.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Partner Generator

Baixe arquivos de extensão Partner Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Partner Generator Partner Generator
ID hifpkacnmblbmapjahmehleklbakppmd
URL Oficial https://chromewebstore.google.com/detail/partner-generator/hifpkacnmblbmapjahmehleklbakppmd
Descrição Fill your friends list with targeted social leads.
Tamanho do Arquivo 286 KB
Contagem de Instalações 45
Versão Atual 2.0.2
Última Atualização 2021-05-31
Data de Publicação 2021-02-20
Desenvolvedor SaaS Reseller
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mattyfoley.com
URL da Página de Ajuda https://mattyfoley.com/support
URL da Página de Política de Privacidade https://saasreseller.theconversionpros.com/sl/SRPrivacy
Idiomas Suportados 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
}