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!」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}