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"입니다.
확장 프로그램 스크린샷
Let Story Drive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |