GRIN Creator Discovery Web Extension

Creator Management by GRIN

GRIN Creator Discovery Web Extension란 무엇입니까?

GRIN Creator Discovery Web Extension은(는) GRIN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creator Management by GRIN"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GRIN Creator Discovery Web Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        1.	Navigate to a profile
2.	Click the GRIN Creator Discovery Web Extension
3.	View advanced statistics for creator analysis
4.	View their email address (if publicly available)

GRIN’s tool shows you stats such as:

-	Engagement rate
-	Likes per post
-	Comments per post
-	Video views per post
-	Likes-to-comments ratio

Easily verify & audit Instagram, TikTok, YouTube, and Pinterest post performance from your creators!

For customers of the full GRIN Creator Management platform, you can import the creators into your CRM and set the relationship stage, initial tags, and even add them directly to a marketing campaign.

Install the GRIN Creator Discovery Web Extension today!                    

확장 프로그램 기본 정보

이름 GRIN Creator Discovery Web Extension GRIN Creator Discovery Web Extension
ID ifijiokgalnlacohanefljklpbfoeipl
공식 URL https://chromewebstore.google.com/detail/grin-creator-discovery-we/ifijiokgalnlacohanefljklpbfoeipl
설명 Creator Management by GRIN
파일 크기 671 KB
설치 횟수 20,000
현재 버전 3.4.9
최근 업데이트 2024-02-06
출시 날짜 2019-12-27
평점 4.28/5 총 25 개의 평점
개발자 GRIN
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.grin.co
도움말 페이지 URL https://help.grin.co/
개인정보 보호 정책 페이지 URL https://www.grin.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GRIN Creator Discovery Web Extension",
    "version": "3.4.9",
    "description": "Creator Management by GRIN",
    "icons": {
        "16": ".\/assets\/logo\/grin\/smile-128.png",
        "48": ".\/assets\/logo\/grin\/smile-128.png",
        "128": ".\/assets\/logo\/grin\/smile-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/content\/index.global.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": ".\/assets\/logo\/grin\/smile-128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "background": {
        "service_worker": ".\/dist\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/inject\/request-watcher.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "dist\/inject\/window-var-extractor.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}