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 |
Eメール | [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'" } |