Qoruz - Influencer Discovery & Outreach Tool
Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…
什么是Qoruz - Influencer Discovery & Outreach Tool?
Qoruz - Influencer Discovery & Outreach Tool是由https://qoruz.com开发的Chrome扩展程序,该扩展的主要功能是“Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…”。
扩展截图
下载Qoruz - Influencer Discovery & Outreach Tool扩展crx文件
下载Qoruz - Influencer Discovery & Outreach Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score, content category and contact details for the influencers. 扩展基本信息
| 名称 | |
| ID | aeloopdamjgdlilelganlcdoeilnpagf |
| 官方URL | https://chromewebstore.google.com/detail/qoruz-influencer-discover/aeloopdamjgdlilelganlcdoeilnpagf |
| 简介 | Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,… |
| 文件大小 | 22.46 KB |
| 安装次数 | 2,698 |
| 当前版本 | 2.8 |
| 更新时间 | 2023-03-31 |
| 上架时间 | 2018-08-29 |
| 评分 | 4.11/5 共9次评分 |
| 开发者 | https://qoruz.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Qoruz - Influencer Discovery & Outreach Tool",
"version": "2.8",
"manifest_version": 3,
"action": {
"default_title": "Qoruz Extension",
"default_icon": "assets\/QoruzLogo.png"
},
"icons": {
"128": "assets\/QoruzLogo.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.qoruz.com\/",
"https:\/\/twitter.com\/*",
"https:\/\/www.instagram.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/www.facebook.com\/*"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/results*",
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
} | |