Story Leads

Generate Unlimited Leads from FB Stories

Story Leadsคืออะไร?

Story Leads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://themarketingtools.io และคุณลักษณะหลักของมันคือ "Generate Unlimited Leads from FB Stories"

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

screenshot
screenshot

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

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

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

                        If you are using FB Stories as a channel to market you Business then you need Story Leads. 

 What does Story Leads do ? 

- Story Leads lets you automate engagement with your viewers of your stories. 
- It Stores all the stories and the stats of how many views, reactions, how many poll results either a Yes or a No.
- It lets you automate and send a separate Message as a DM to anyone who answers your poll either a Yes, No, anyone's who just views your story or any one who leaves a reaction. A separate message to each one of them. How crazy is that ? 


Basically Story Leads helps you Connect and Engage with your Leads using Facebook Stories and all automated.                    

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

ชื่อ Story Leads Story Leads
ID ennnnocbgpodchaiakafhfffncigkblh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/story-leads/ennnnocbgpodchaiakafhfffncigkblh
คำอธิบาย Generate Unlimited Leads from FB Stories
ขนาดไฟล์ 2.97 MB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-12-17
วันที่เผยแพร่ 2022-07-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://themarketingtools.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย Https://storyleads.io
URL หน้าช่วยเหลือ https://support.themarketingtools.io
URL หน้านโยบายความเป็นส่วนตัว https://themarketingtools.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Story Leads",
    "description": "Generate Unlimited Leads from FB Stories",
    "version": "2.0.1",
    "icons": {
        "16": "images\/1655274346024-smallLogo.png",
        "48": "images\/60b4b8bbcf079d01363fbeb8-Story_Leads-1655345202475-medium_icon.png",
        "128": "images\/60b4b8bbcf079d01363fbeb8-Story_Leads-1655345202557-large_icon.png"
    },
    "options_page": "settings.html",
    "action": {
        "default_title": "Story Leads",
        "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\/*"
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "cookies",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.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": "SL"
}