Influencer Searcher Engagement Calculator
Influencer Searcher Engagement Rate Extension for Instagram and TikTok
Influencer Searcher Engagement Calculatorคืออะไร?
Influencer Searcher Engagement Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.influencersearcher.com และคุณลักษณะหลักของมันคือ "Influencer Searcher Engagement Rate Extension for Instagram and TikTok"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Influencer Searcher Engagement Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Influencer Searcher Engagement Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will allow you to see an Instagram users engagement rate right within the Instagram & TikTok based on their recent posts including likes and comments (up to 6 for IG / 30 For TikTok. If an influencer is working with brands - you will also be able to see their comparative engagement rate for when an influencer has recently had a brand deal. For Influencer Searcher customers you will be able to see the previous brands an influencer has worked with, create groups of influencers you would like to work with for a campaign and add create notes on influencers that can be seen by all users within the same company. (Coming back soon!) Just head to Instagram.com or Tiktok.com to check it out!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Influencer Searcher Engagement Calculator |
ID | omlcfkdfjaidfgbnjaefnplnpjcghgpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/influencer-searcher-engag/omlcfkdfjaidfgbnjaefnplnpjcghgpk |
คำอธิบาย | Influencer Searcher Engagement Rate Extension for Instagram and TikTok |
ขนาดไฟล์ | 243 KB |
จำนวนการติดตั้ง | 10,354 |
เวอร์ชันปัจจุบัน | 1.3.6 |
อัปเดตครั้งล่าสุด | 2024-01-20 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 4.14/5 รวมทั้งหมด 74 คะแนน |
ผู้พัฒนา | https://www.influencersearcher.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://influencersearcher.com/chrome-extension/ |
URL หน้าช่วยเหลือ | https://influencersearcher.com/chrome-extension/ |
URL หน้านโยบายความเป็นส่วนตัว | https://influencersearcher.com/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Influencer Searcher Engagement Calculator", "version": "1.3.6", "icons": { "128": "images\/icon128.png" }, "description": "Influencer Searcher Engagement Rate Extension for Instagram and TikTok", "action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html", "default_title": "Influencer Searcher" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "content.js", "interceptor.js" ] } ], "permissions": [ "scripting", "activeTab", "storage", "tabs" ], "host_permissions": [ "http:\/\/127.0.0.1:5000\/*", "*:\/\/*\/*" ] } |