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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://help.crowdtangle.com/faqs-and-troubleshooting#chrome-extension
عنوان صفحة سياسة الخصوصية 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"
    }
}