Keepface
Analyze the influencers and find the best match for you and your product.
Keepfaceคืออะไร?
Keepface เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keepface.com และคุณลักษณะหลักของมันคือ "Analyze the influencers and find the best match for you and your product."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keepface
ดาวน์โหลดไฟล์ส่วนขยาย Keepface ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keepface is a unique tool for brands to run influencer marketing, employee & customer advocacy campaigns through a single platform for maximizing marketing ROI. Our edge-to-edge automated platform allows brands to run campaigns with influencers at scale, orchestrating content creation and measuring real-time performance. We developed a technology for vetting the influencers based on deep analytics and fake follower detection. Keepface is rapidly growing in the USA, MENA, and Asia with more than 30,000 registered influencers from 96 countries and 2,500 clients including Leo Burnett, Starcom, Havas, P&G, Danone, Mars, and McDonald’s.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Keepface |
ID | poejahdcemmlclhgjodhileeleeihjfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/keepface/poejahdcemmlclhgjodhileeleeihjfl |
คำอธิบาย | Analyze the influencers and find the best match for you and your product. |
ขนาดไฟล์ | 1.15 MB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-07-02 |
วันที่เผยแพร่ | 2020-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://keepface.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://keepface.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keepface", "description": "Analyze the influencers and find the best match for you and your product.", "version": "1.0.3", "browser_action": { "default_popup": "index.html", "default_title": "Analyze the influencer" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.instagram.com\/*\/", "https:\/\/www.instagram.com\/*" ] } ], "permissions": [ "tabs", "activeTab", "*:\/\/instagram.com\/*" ], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=';object-src 'self'" } |