UpDog TikTok & Instagram Engagement Analytics
UpDog: TikTok & Instagram Engagement Analytics
¿Qué es UpDog TikTok & Instagram Engagement Analytics?
UpDog TikTok & Instagram Engagement Analytics es una extensión de Chrome desarrollada por https://updog.marketing, y su función principal es "UpDog: TikTok & Instagram Engagement Analytics".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UpDog TikTok & Instagram Engagement Analytics
Descarga archivos de extensión UpDog TikTok & Instagram Engagement Analytics en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | UpDog TikTok & Instagram Engagement Analytics |
ID | epcimkknpagnkogjlpkpdbefemggkagh |
URL Oficial | https://chromewebstore.google.com/detail/updog-tiktok-instagram-en/epcimkknpagnkogjlpkpdbefemggkagh |
Descripción | UpDog: TikTok & Instagram Engagement Analytics |
Tamaño del Archivo | 190 KB |
Cantidad de Instalaciones | 5,632 |
Versión Actual | 1.3.1 |
Última Actualización | 2024-01-08 |
Fecha de Publicación | 2021-06-21 |
Calificación | 3.50/5 Total de 6 Calificaciones |
Desarrollador | https://updog.marketing |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://updog.marketing |
URL de la Página de Política de Privacidad | https://www.updog.marketing/privacy-policy |
Idiomas Soportados | 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" ] } |