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 |
官方網址 | 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" } } |