Reech Influence Cloud
Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.
什么是Reech Influence Cloud?
Reech Influence Cloud是由https://reech.com开发的Chrome扩展程序,该扩展的主要功能是“Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.”。
扩展截图
下载Reech Influence Cloud扩展crx文件
下载Reech Influence Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.
Supported social networks:
-Instagram
-YouTube
-TikTok
-Twitter
-Facebook
How to use:
1. Create a Reech Influence Cloud account at www.reech.com/influence-cloud
2. Install the plugin
3. Be sure you're logged-in to your account
4. Go to any profile or publication on the supported social networks 扩展基本信息
| 名称 | |
| ID | bcjhlhfbommeoahdfikoefggpahfipjj |
| 官方URL | https://chromewebstore.google.com/detail/reech-influence-cloud/bcjhlhfbommeoahdfikoefggpahfipjj |
| 简介 | Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks. |
| 文件大小 | 935 KB |
| 安装次数 | 143 |
| 当前版本 | 0.0.11 |
| 更新时间 | 2024-01-27 |
| 上架时间 | 2023-10-10 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://reech.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.reech.com |
| 隐私政策页面URL | https://www.reech.com/privacy |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.0.11",
"icons": {
"16": "assets\/img\/icon-16.png",
"32": "assets\/img\/icon-32.png",
"48": "assets\/img\/icon-48.png",
"96": "assets\/img\/icon-96.png",
"128": "assets\/img\/icon-128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/img\/icon-16.png",
"24": "assets\/img\/icon-24.png",
"32": "assets\/img\/icon-32.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.tiktok.com\/*"
],
"css": [
"assets\/css\/fonts.css"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/img\/*",
"assets\/fonts\/*",
"assets\/css\/*"
],
"matches": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*"
]
}
]
} | |