UpDog TikTok & Instagram Engagement Analytics

UpDog: TikTok & Instagram Engagement Analytics

UpDog TikTok & Instagram Engagement Analytics क्या है?

UpDog TikTok & Instagram Engagement Analytics https://updog.marketing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UpDog: TikTok & Instagram Engagement Analytics"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में UpDog TikTok & Instagram Engagement Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        See the engagement stats of any TikTok and Instagram account for free.

If you're a creator, influencer or marketer that wants to compare your engagement stats to other creators, UpDog is the smoothest way to do so.

How it works:
UpDog sits right on top of TikTok and Instagram and shows you the engagement rate, average views, comments, likes and shares for every account you view.

Some of the worlds best influencer marketing teams are already using UpDog, why not join them and make your job much easier?

Features:
✓ We already told you
✓ Now go download and try it out                    

एक्सटेंशन की मूल जानकारी

नाम UpDog TikTok & Instagram Engagement Analytics UpDog TikTok & Instagram Engagement Analytics
ID epcimkknpagnkogjlpkpdbefemggkagh
आधिकारिक URL https://chromewebstore.google.com/detail/updog-tiktok-instagram-en/epcimkknpagnkogjlpkpdbefemggkagh
विवरण UpDog: TikTok & Instagram Engagement Analytics
फ़ाइल का आकार 190 KB
स्थापना संख्या 5,632
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2021-06-21
रेटिंग 3.50/5 कुल 6 रेटिंग्स
डेवलपर https://updog.marketing
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://updog.marketing
गोपनीयता नीति पृष्ठ URL https://www.updog.marketing/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "UpDog: TikTok & Instagram Engagement Analytics",
    "version": "1.3.1",
    "name": "UpDog TikTok & Instagram Engagement Analytics",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/app.updog.marketing\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "global.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "instagram.js",
                "tiktok.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/app.updog.marketing\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}