CrowdTangle Link Checker

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

O que é CrowdTangle Link Checker?

CrowdTangle Link Checker é uma extensão do Chrome desenvolvida por CrowdTangle, e sua principal característica é "An easy way to see how often a link has been shared, who shared it and what they said!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CrowdTangle Link Checker

Baixe arquivos de extensão CrowdTangle Link Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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].                    

Informações Básicas da Extensão

Nome CrowdTangle Link Checker CrowdTangle Link Checker
ID klakndphagmmfkpelfkgjbkimjihpmkh
URL Oficial https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh
Descrição An easy way to see how often a link has been shared, who shared it and what they said!
Tamanho do Arquivo 339 KB
Contagem de Instalações 86,942
Versão Atual 3.0.31
Última Atualização 2023-11-08
Data de Publicação 2020-06-29
Classificação 3.11/5 Total de 37 Avaliações
Desenvolvedor CrowdTangle
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://apps.crowdtangle.com/chrome-extension
URL da Página de Ajuda https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension
URL da Página de Política de Privacidade http://www.crowdtangle.com/privacy
Idiomas Suportados 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"
    }
}