Engaging Stories
Engaging Stories helps you to connect and engage with your leads using Facebook stories
Engaging Stories란 무엇입니까?
Engaging Stories은(는) https://automationmarketingsoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Engaging Stories helps you to connect and engage with your leads using Facebook stories"입니다.
확장 프로그램 스크린샷
Engaging Stories 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |