Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
什么是Influencer Engage?
Influencer Engage是由https://influence.co开发的Chrome扩展程序,该扩展的主要功能是“Turn the entire web into an influencer database using the influence.co chrome browser extension.”。
扩展截图
下载Influencer Engage扩展crx文件
下载Influencer Engage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turn the entire web into an influencer database using the influence.co chrome browser extension. Anytime an influencer’s Instagram or Twitter accounts appear on a webpage, the browser extension’s icon will change to inform you that there are matches in the influence.co database. 扩展基本信息
| 名称 | |
| ID | nmemjibioknipghbmhpdgbblddmncanb |
| 官方URL | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
| 简介 | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
| 文件大小 | 180 KB |
| 安装次数 | 2,822 |
| 当前版本 | 0.15 |
| 更新时间 | 2021-06-16 |
| 上架时间 | 2018-01-21 |
| 评分 | 4.91/5 共11次评分 |
| 开发者 | https://influence.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://influence.co |
| 隐私政策页面URL | https://influence.co/go/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Influencer Engage",
"description": "Turn the entire web into an influencer database using the influence.co chrome browser extension.",
"version": "0.15",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"inpage.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"128": "icon-color.png"
},
"browser_action": {
"default_icon": "icon-bw.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/influence.co\/"
]
} | |