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”。
扩展截图
下载GRIN Creator Discovery Web Extension扩展crx文件
下载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 |
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\/*" ] } ] } |