CrowdTangle Link Checker
An easy way to see how often a link has been shared, who shared it and what they said!
What is CrowdTangle Link Checker?
CrowdTangle Link Checker is a Chrome extension developed by CrowdTangle, and its main feature is "An easy way to see how often a link has been shared, who shared it and what they said!".
Extension Screenshots
Download CrowdTangle Link Checker Extension CRX File
Download CrowdTangle Link Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | CrowdTangle Link Checker |
ID | klakndphagmmfkpelfkgjbkimjihpmkh |
Official URL | https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh |
Description | An easy way to see how often a link has been shared, who shared it and what they said! |
File Size | 339 KB |
Installation Count | 86,942 |
Current Version | 3.0.31 |
Last Updated | 2023-11-08 |
Publish Date | 2020-06-29 |
Rating | 3.11/5 Total 37 Ratings |
Developer | CrowdTangle |
[email protected] | |
Payment Type | free |
Extension Website | https://apps.crowdtangle.com/chrome-extension |
Help Page URL | https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension |
Privacy Policy Page URL | http://www.crowdtangle.com/privacy |
Supported Languages | 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" } } |