UpDog TikTok & Instagram Engagement Analytics
UpDog: TikTok & Instagram Engagement Analytics
UpDog TikTok & Instagram Engagement Analyticsคืออะไร?
UpDog TikTok & Instagram Engagement Analytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://updog.marketing และคุณลักษณะหลักของมันคือ "UpDog: TikTok & Instagram Engagement Analytics"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UpDog TikTok & Instagram Engagement Analytics
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |