CrowdTangle Link Checker

An easy way to see how often a link has been shared, who shared it and what they said!

Cos'è CrowdTangle Link Checker?

CrowdTangle Link Checker è un'estensione di Chrome sviluppata da CrowdTangle, e la sua funzione principale è "An easy way to see how often a link has been shared, who shared it and what they said!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CrowdTangle Link Checker

Scarica i file di estensione CrowdTangle Link Checker 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

                        An easy way to see how often a link has been shared, who shared it and what they said. We'll show the specific Facebook posts and Instagram posts that mention this link. It works for articles, as well as YouTube videos, Facebook videos and more.  To learn more, visit crowdtangle.com or email us directly at [email protected].                    

Informazioni di Base sull'Estensione

Nome CrowdTangle Link Checker CrowdTangle Link Checker
ID klakndphagmmfkpelfkgjbkimjihpmkh
URL Ufficiale https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh
Descrizione An easy way to see how often a link has been shared, who shared it and what they said!
Dimensione del File 339 KB
Conteggio Installazioni 86,942
Versione Corrente 3.0.31
Ultimo Aggiornamento 2023-11-08
Data di Pubblicazione 2020-06-29
Valutazione 3.11/5 Totale 37 Valutazioni
Sviluppatore CrowdTangle
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://apps.crowdtangle.com/chrome-extension
URL della Pagina di Aiuto https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension
URL della Pagina della Politica sulla Privacy http://www.crowdtangle.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CrowdTangle Link Checker",
    "description": "An easy way to see how often a link has been shared, who shared it and what they said!",
    "version": "3.0.31",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "storage",
        "https:\/\/api.crowdtangle.com\/ce\/*"
    ],
    "browser_action": {
        "default_title": "CrowdTangle",
        "default_popup": "popup.html"
    }
}