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 |
| 官方網址 | 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"
]
}
]
} | |