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 |
官方網址 | 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" } } |