CrowdTangle Link Checker

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

Co to jest CrowdTangle Link Checker?

CrowdTangle Link Checker to rozszerzenie Chrome opracowane przez CrowdTangle, a jego główną funkcją jest „An easy way to see how often a link has been shared, who shared it and what they said!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CrowdTangle Link Checker

Pobierz pliki rozszerzeń CrowdTangle Link Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CrowdTangle Link Checker CrowdTangle Link Checker
ID klakndphagmmfkpelfkgjbkimjihpmkh
Oficjalny URL https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh
Opis An easy way to see how often a link has been shared, who shared it and what they said!
Rozmiar pliku 339 KB
Liczba instalacji 86,942
Aktualna Wersja 3.0.31
Ostatnia Aktualizacja 2023-11-08
Data Publikacji 2020-06-29
Ocena 3.11/5 Łącznie 37 Oceny
Deweloper CrowdTangle
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://apps.crowdtangle.com/chrome-extension
Adres URL Strony Pomocy https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension
Adres URL Strony Polityki Prywatności http://www.crowdtangle.com/privacy
Obsługiwane Języki 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"
    }
}