CrowdTangle Link Checker
An easy way to see how often a link has been shared, who shared it and what they said!
什么是CrowdTangle Link Checker?
CrowdTangle Link Checker是由CrowdTangle开发的Chrome扩展程序,该扩展的主要功能是“An easy way to see how often a link has been shared, who shared it and what they said!”。
扩展截图
下载CrowdTangle Link Checker扩展crx文件
下载CrowdTangle Link Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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].
扩展基本信息
名称 | CrowdTangle Link Checker |
ID | klakndphagmmfkpelfkgjbkimjihpmkh |
官方URL | https://chromewebstore.google.com/detail/crowdtangle-link-checker/klakndphagmmfkpelfkgjbkimjihpmkh |
简介 | An easy way to see how often a link has been shared, who shared it and what they said! |
文件大小 | 339 KB |
安装次数 | 86,942 |
当前版本 | 3.0.31 |
更新时间 | 2023-11-08 |
上架时间 | 2020-06-29 |
评分 | 3.11/5 共37次评分 |
开发者 | CrowdTangle |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://apps.crowdtangle.com/chrome-extension |
帮助页面URL | https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension |
隐私政策页面URL | http://www.crowdtangle.com/privacy |
支持的语言 | 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" } } |