SocialTalk

Influencer Marketing made easy

Cos'è SocialTalk?

SocialTalk è un'estensione di Chrome sviluppata da SocialTalk, e la sua funzione principale è "Influencer Marketing made easy".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SocialTalk

Scarica i file di estensione SocialTalk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SocialTalk SocialTalk
ID fhopflmcgdgodhdppfoclgimibnimocg
URL Ufficiale https://chromewebstore.google.com/detail/socialtalk/fhopflmcgdgodhdppfoclgimibnimocg
Descrizione Influencer Marketing made easy
Dimensione del File 3.25 MB
Conteggio Installazioni 56
Versione Corrente 0.70.0
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-09-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SocialTalk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://socialtalk.io
URL della Pagina della Politica sulla Privacy https://socialtalk.io/privacy-policy
Lingue Supportate 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"
    }
}