UpDog TikTok & Instagram Engagement Analytics
UpDog: TikTok & Instagram Engagement Analytics
Was ist UpDog TikTok & Instagram Engagement Analytics?
UpDog TikTok & Instagram Engagement Analytics ist eine Chrome-Erweiterung, die von https://updog.marketing entwickelt wurde, und ihr Hauptmerkmal ist "UpDog: TikTok & Instagram Engagement Analytics".
Erweiterungsscreenshots
UpDog TikTok & Instagram Engagement Analytics-Erweiterungs-CRX-Datei herunterladen
Laden Sie UpDog TikTok & Instagram Engagement Analytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | UpDog TikTok & Instagram Engagement Analytics |
ID | epcimkknpagnkogjlpkpdbefemggkagh |
Offizielle URL | https://chromewebstore.google.com/detail/updog-tiktok-instagram-en/epcimkknpagnkogjlpkpdbefemggkagh |
Beschreibung | UpDog: TikTok & Instagram Engagement Analytics |
Dateigröße | 190 KB |
Installationsanzahl | 5,632 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2024-01-08 |
Veröffentlichungsdatum | 2021-06-21 |
Bewertung | 3.50/5 Insgesamt 6 Bewertungen |
Entwickler | https://updog.marketing |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://updog.marketing |
URL der Datenschutzrichtlinien-Seite | https://www.updog.marketing/privacy-policy |
Unterstützte Sprachen | 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" ] } |