UpDog TikTok & Instagram Engagement Analytics
UpDog: TikTok & Instagram Engagement Analytics
Co je UpDog TikTok & Instagram Engagement Analytics?
UpDog TikTok & Instagram Engagement Analytics je rozšíření Chrome vyvinuté https://updog.marketing, a jeho hlavní funkcí je „UpDog: TikTok & Instagram Engagement Analytics“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření UpDog TikTok & Instagram Engagement Analytics
Stáhněte si soubory rozšíření UpDog TikTok & Instagram Engagement Analytics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | UpDog TikTok & Instagram Engagement Analytics |
ID | epcimkknpagnkogjlpkpdbefemggkagh |
Oficiální URL | https://chromewebstore.google.com/detail/updog-tiktok-instagram-en/epcimkknpagnkogjlpkpdbefemggkagh |
Popis | UpDog: TikTok & Instagram Engagement Analytics |
Velikost souboru | 190 KB |
Počet instalací | 5,632 |
Aktuální Verze | 1.3.1 |
Poslední Aktualizace | 2024-01-08 |
Datum Vydání | 2021-06-21 |
Hodnocení | 3.50/5 Celkem 6 Hodnocení |
Vývojář | https://updog.marketing |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://updog.marketing |
URL Stránky Zásad Ochrany Soukromí | https://www.updog.marketing/privacy-policy |
Podporované Jazyky | 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" ] } |