SocialTalk
Influencer Marketing made easy
SocialTalk क्या है?
SocialTalk SocialTalk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Influencer Marketing made easy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SocialTalk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |