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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to see how often a link has been shared, who shared it and what they said!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CrowdTangle Link Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}