SocialTalk
Influencer Marketing made easy
什么是SocialTalk?
SocialTalk是由SocialTalk开发的Chrome扩展程序,该扩展的主要功能是“Influencer Marketing made easy”。
扩展截图
下载SocialTalk扩展crx文件
下载SocialTalk扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |