Let Story Drive
Let Story Drive helps you to connect and engage with your leads using Facebook stories
Τι είναι το Let Story Drive;
Το Let Story Drive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον edakehurst, και η κύρια λειτουργία του είναι "Let Story Drive helps you to connect and engage with your leads using Facebook stories".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Let Story Drive
Λήψη αρχείων επέκτασης 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 |
ID | gcbopejmaooomanljccdndjkljgippha |
Επίσημο URL | 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" } |