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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CrowdTangle และคุณลักษณะหลักของมันคือ "An easy way to see how often a link has been shared, who shared it and what they said!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CrowdTangle Link Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}