Post Profits Pro

Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.

Post Profits Pro란 무엇입니까?

Post Profits Pro은(는) https://buy.postprofits.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically."입니다.

확장 프로그램 스크린샷

screenshot

Post Profits Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Post Profits Pro will begin to automatically respond to all comments on your post strategically leveraging the Facebook Algorithm to get you maximum post exposure and engagement.

It will also send out Direct Messages through Facebook messenger with your CTA link which will keep people commenting on your post to get the link.

New Facebook's user interface support                    

확장 프로그램 기본 정보

이름 Post Profits Pro Post Profits Pro
ID kkhgjhpfdimbhanhehedeidfjgeoknhg
공식 URL https://chromewebstore.google.com/detail/post-profits-pro/kkhgjhpfdimbhanhehedeidfjgeoknhg
설명 Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.
파일 크기 1.51 MB
설치 횟수 1,568
현재 버전 3.0.93
최근 업데이트 2023-12-27
출시 날짜 2020-07-21
평점 4.94/5 총 18 개의 평점
개발자 https://buy.postprofits.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://buy.postprofits.io/about-post-profits
도움말 페이지 URL https://www.messenger.com/t/105198527927786
개인정보 보호 정책 페이지 URL https://tier5.us/chrome_extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post Profits Pro",
    "version": "3.0.93",
    "description": "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.",
    "short_name": "PPP",
    "icons": {
        "16": "images\/1617968550542-smallLogo.png",
        "48": "images\/1617968550617-mediumLogo.png",
        "128": "images\/1617968550663-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "css\/customCss.css"
            ]
        }
    ],
    "action": {
        "default_popup": "login.html",
        "default_title": "Post Profits Pro"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": ".\/js\/assembleAllScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}