GRIN Creator Discovery Web Extension

Creator Management by GRIN

GRIN Creator Discovery Web Extensionคืออะไร?

GRIN Creator Discovery Web Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GRIN และคุณลักษณะหลักของมันคือ "Creator Management by GRIN"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GRIN Creator Discovery Web Extension

ดาวน์โหลดไฟล์ส่วนขยาย GRIN Creator Discovery Web Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}