Engaging Stories

Engaging Stories helps you to connect and engage with your leads using Facebook stories

Engaging Storiesคืออะไร?

Engaging Stories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://automationmarketingsoftware.com และคุณลักษณะหลักของมันคือ "Engaging Stories helps you to connect and engage with your leads using Facebook stories"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Engaging Stories

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

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

                        Engaging Stories helps you to connect and engage with people who view your Facebook Stories.

Automate the tracking of views, reactions, and Polls of visitors to each of your FB Stories.

Automatically performs outreach to people with unique messages based on how they interacted with your Story: by Poll response, reaction, or simply viewed. 

Engaging Stories stores that information even after the 24 hour window of the Story so that you can come back at any time to see which Stories performed best.

Initiate more conversation, get viewer engagement, and gather the data to determine which Stories best fit your audience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Engaging Stories Engaging Stories
ID fneammoociaifaichlpndeddpchakkjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/engaging-stories/fneammoociaifaichlpndeddpchakkjh
คำอธิบาย Engaging Stories helps you to connect and engage with your leads using Facebook stories
ขนาดไฟล์ 2.95 MB
จำนวนการติดตั้ง 214
เวอร์ชันปัจจุบัน 10.0.30
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2022-07-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://automationmarketingsoftware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://GetEngagingStories.com
URL หน้าช่วยเหลือ https://automationmarketingsoftware.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.automationmarketingsoftware.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Engaging Stories",
    "description": "Engaging Stories helps you to connect and engage with your leads using Facebook stories",
    "version": "10.0.30",
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-Engaging_Stories-1656609698865-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-Engaging_Stories-1656609698931-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-Engaging_Stories-1656609698982-large_icon.png"
    },
    "options_page": "settings.html",
    "action": {
        "default_title": "Engaging Stories",
        "default_popup": "insights.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/common_lsd.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:8000\/*",
            "https:\/\/letstorydrive.io\/*",
            "https:\/\/portal.storiesprospector.io\/*",
            "https:\/\/storyleads.live\/*",
            "https:\/\/smartstorie.com\/*",
            "https:\/\/portal.getengagingstories.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "cookies",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.getengagingstories.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/jquery.min.js",
                "*.png",
                "*.svg",
                "*.gif",
                "*.jpg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "ES"
}