CrowdTangle Link Checker

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

Vad är CrowdTangle Link Checker?

CrowdTangle Link Checker är en Chrome-tillägg utvecklad av CrowdTangle, och dess huvudfunktion är "An easy way to see how often a link has been shared, who shared it and what they said!".

Tilläggsskärmbilder

screenshot

Ladda ner CrowdTangle Link Checker-förlängningens CRX-fil

Ladda ner CrowdTangle Link Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CrowdTangle Link Checker CrowdTangle Link Checker
ID klakndphagmmfkpelfkgjbkimjihpmkh
Officiell webbadress https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh
Beskrivning An easy way to see how often a link has been shared, who shared it and what they said!
Filstorlek 339 KB
Antal Installationer 86,942
Aktuell Version 3.0.31
Senast Uppdaterad 2023-11-08
Publiceringsdatum 2020-06-29
Betyg 3.11/5 Totalt 37 Betyg
Utvecklare CrowdTangle
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://apps.crowdtangle.com/chrome-extension
Hjälpsida URL https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension
URL till Sekretesspolicy Sidan http://www.crowdtangle.com/privacy
Stödda Språk 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"
    }
}