Engagement Rocket Pro

Interact with your Facebook friends on autopilot and get more engagement, leads and sales.

Engagement Rocket Pro란 무엇입니까?

Engagement Rocket Pro은(는) alex.just.1011에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interact with your Facebook friends on autopilot and get more engagement, leads and sales."입니다.

확장 프로그램 스크린샷

screenshot

Engagement Rocket Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Interact with your Facebook friends on autopilot.

This fantastic tool will help you get more engagement, leads and sales.

THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST.                    

확장 프로그램 기본 정보

이름 Engagement Rocket Pro Engagement Rocket Pro
ID cofjiijpjmlhjdlkjaejfbeagokemekm
공식 URL https://chromewebstore.google.com/detail/engagement-rocket-pro/cofjiijpjmlhjdlkjaejfbeagokemekm
설명 Interact with your Facebook friends on autopilot and get more engagement, leads and sales.
파일 크기 855 KB
설치 횟수 111
현재 버전 1.0.5
최근 업데이트 2023-05-17
출시 날짜 2023-02-08
평점 5.00/5 총 1 개의 평점
개발자 alex.just.1011
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.engamentrocketpro.com/
개인정보 보호 정책 페이지 URL https://www.alexjusst.com/politica-de-privacidad1
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Engagement Rocket Pro",
    "description": "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "lib\/js\/jquery-3.2.1.min.js",
                "lib\/js\/moment.min.js",
                "js\/content.js"
            ],
            "css": [
                "lib\/css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Engagement Rocket Pro"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158069-small_icon.png",
        "48": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158132-medium_icon.png",
        "128": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158181-large_icon.png"
    },
    "short_name": "ERP"
}