Keepface
Analyze the influencers and find the best match for you and your product.
什么是Keepface?
Keepface是由https://keepface.com开发的Chrome扩展程序,该扩展的主要功能是“Analyze the influencers and find the best match for you and your product.”。
扩展截图
下载Keepface扩展crx文件
下载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'" } |