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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}