SocialTalk
Influencer Marketing made easy
Qu'est-ce que SocialTalk ?
SocialTalk est une extension Chrome développée par SocialTalk, et sa fonction principale est "Influencer Marketing made easy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SocialTalk
Téléchargez les fichiers d'extension SocialTalk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fhopflmcgdgodhdppfoclgimibnimocg |
URL Officiel | https://chromewebstore.google.com/detail/socialtalk/fhopflmcgdgodhdppfoclgimibnimocg |
Description | Influencer Marketing made easy |
Taille du Fichier | 3.25 MB |
Nombre d'Installations | 56 |
Version Actuelle | 0.70.0 |
Dernière Mise à Jour | 2024-03-04 |
Date de Publication | 2023-09-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | SocialTalk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://socialtalk.io |
URL de la Page de Politique de Confidentialité | https://socialtalk.io/privacy-policy |
Langues Prises en Charge | 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" } } |