Keepface
Analyze the influencers and find the best match for you and your product.
Keepface là gì?
Keepface là một tiện ích mở rộng Chrome được phát triển bởi https://keepface.com, và tính năng chính của nó là "Analyze the influencers and find the best match for you and your product.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keepface
Tải xuống các tệp mở rộng Keepface dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keepface |
ID | poejahdcemmlclhgjodhileeleeihjfl |
URL Chính Thức | https://chromewebstore.google.com/detail/keepface/poejahdcemmlclhgjodhileeleeihjfl |
Mô tả | Analyze the influencers and find the best match for you and your product. |
Kích Thước Tệp | 1.15 MB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-07-02 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://keepface.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://keepface.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |