Let Story Drive

Let Story Drive helps you to connect and engage with your leads using Facebook stories

什麼是Let Story Drive?

Let Story Drive是由edakehurst開發的Chrome擴展程式,該擴展的主要功能是“Let Story Drive helps you to connect and engage with your leads using Facebook stories”。

擴展截圖

screenshot

下載Let Story Drive擴展crx文件

下載Let Story Drive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Let Story Drive tracks and automates engagement of Friends from FB Stories.

It stores that information for you, so you cam come back later and see exactly which Stories performed best.

It initiates and automates massaging responses based on viewer interaction - whether they answer a poll in a particular manner, or reacted, or even if they just viewed it.

Get more conversations and viewer engagement, and use the data to know which Stories are best for you audience.

You can also see which are the most engaged viewers and stories and download their engagement stats.                    

擴展基本資訊

名稱 Let Story Drive Let Story Drive
ID gcbopejmaooomanljccdndjkljgippha
官方網址 https://chromewebstore.google.com/detail/let-story-drive/gcbopejmaooomanljccdndjkljgippha
簡介 Let Story Drive helps you to connect and engage with your leads using Facebook stories
檔案大小 2.96 MB
安裝次數 729
目前版本 3.0.2
更新時間 2024-03-04
上架時間 2022-05-18
評分 5.00/5 共 5 次評分
開發者 edakehurst
電子郵箱 [email protected]
付費類型 free
擴展官網 https://letstorydrive.com
說明頁面URL https://edakehurst.kartra.com/help/HelpDesk
隱私政策頁面URL https://geniusposts.io/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Let Story Drive",
    "description": "Let Story Drive helps you to connect and engage with your leads using Facebook stories",
    "version": "3.0.2",
    "icons": {
        "16": "images\/1652427805812-smallLogo.png",
        "48": "images\/1652427805885-mediumLogo.png",
        "128": "images\/1652427805969-largeLogo.png"
    },
    "options_page": "settings.html",
    "action": {
        "default_title": "Let Story Drive",
        "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\/*",
        "*:\/\/*.letstorydrive.io\/*"
    ],
    "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": "LSD"
}