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."입니다.

확장 프로그램 스크린샷

screenshot

Keepface 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
}