UpDog TikTok & Instagram Engagement Analytics
UpDog: TikTok & Instagram Engagement Analytics
UpDog TikTok & Instagram Engagement Analyticsとは何ですか?
UpDog TikTok & Instagram Engagement Analyticsはhttps://updog.marketingによって開発されたChromeの拡張機能で、その主な機能は「UpDog: TikTok & Instagram Engagement Analytics」です。
拡張機能のスクリーンショット
UpDog TikTok & Instagram Engagement Analytics拡張機能のCRXファイルをダウンロード
UpDog TikTok & Instagram Engagement Analytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |