SocialTalk

Influencer Marketing made easy

SocialTalk là gì?

SocialTalk là một tiện ích mở rộng Chrome được phát triển bởi SocialTalk, và tính năng chính của nó là "Influencer Marketing made easy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SocialTalk

Tải xuống các tệp mở rộng SocialTalk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SocialTalk SocialTalk
ID fhopflmcgdgodhdppfoclgimibnimocg
URL Chính Thức https://chromewebstore.google.com/detail/socialtalk/fhopflmcgdgodhdppfoclgimibnimocg
Mô tả Influencer Marketing made easy
Kích Thước Tệp 3.25 MB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.70.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-09-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SocialTalk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socialtalk.io
URL Trang Chính Sách Bảo Mật https://socialtalk.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}