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 |
| Eメール | [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"
]
}
]
} | |