SocialTalk
Influencer Marketing made easy
SocialTalk란 무엇입니까?
SocialTalk은(는) SocialTalk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Influencer Marketing made easy"입니다.
확장 프로그램 스크린샷
SocialTalk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing our carefully crafted browser extension, seamlessly working with socialtalk.io. This extension makes your work easier by letting you bring in influencers, posts, stories, and metrics from Instagram, YouTube, and TikTok. You get real-time updates and insights while keeping your data safe. Simplify your work processes, get insights that help you make better choices, and enhance your campaign strategies for better results. Our extension combines productivity with data-driven decisions, leading to successful outcomes that define your journey. Ready to elevate your project management and campaign insights? Download our extension now to experience enhanced efficiency. Create an account on socialtalk.io to access the power of integrated data, real-time updates, and informed decision-making. Your path to more effective project management begins here.
확장 프로그램 기본 정보
이름 | SocialTalk |
ID | fhopflmcgdgodhdppfoclgimibnimocg |
공식 URL | https://chromewebstore.google.com/detail/socialtalk/fhopflmcgdgodhdppfoclgimibnimocg |
설명 | Influencer Marketing made easy |
파일 크기 | 3.25 MB |
설치 횟수 | 56 |
현재 버전 | 0.70.0 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-09-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | SocialTalk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://socialtalk.io |
개인정보 보호 정책 페이지 URL | https://socialtalk.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SocialTalk", "version": "0.70.0", "description": "Influencer Marketing made easy", "manifest_version": 3, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.instagram.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "fonts\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "pageInjector.js" ] } ], "action": { "default_title": "SocialTalk", "default_icon": "assets\/img\/icon48.png" } } |