Engagement Rocket Pro

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

Engagement Rocket Proคืออะไร?

Engagement Rocket Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex.just.1011 และคุณลักษณะหลักของมันคือ "Interact with your Facebook friends on autopilot and get more engagement, leads and sales."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Engagement Rocket Pro

ดาวน์โหลดไฟล์ส่วนขยาย Engagement Rocket Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}