CrowdTangle Link Checker

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

Co je CrowdTangle Link Checker?

CrowdTangle Link Checker je rozšíření Chrome vyvinuté CrowdTangle, a jeho hlavní funkcí je „An easy way to see how often a link has been shared, who shared it and what they said!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CrowdTangle Link Checker

Stáhněte si soubory rozšíření CrowdTangle Link Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CrowdTangle Link Checker CrowdTangle Link Checker
ID klakndphagmmfkpelfkgjbkimjihpmkh
Oficiální URL https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh
Popis An easy way to see how often a link has been shared, who shared it and what they said!
Velikost souboru 339 KB
Počet instalací 86,942
Aktuální Verze 3.0.31
Poslední Aktualizace 2023-11-08
Datum Vydání 2020-06-29
Hodnocení 3.11/5 Celkem 37 Hodnocení
Vývojář CrowdTangle
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://apps.crowdtangle.com/chrome-extension
URL Stránky Nápovědy https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension
URL Stránky Zásad Ochrany Soukromí http://www.crowdtangle.com/privacy
Podporované Jazyky 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"
    }
}