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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}