Follow
The world's fastest competitive intelligence tool.
什么是Follow?
Follow是由https://follow.net开发的Chrome扩展程序,该扩展的主要功能是“The world's fastest competitive intelligence tool.”。
扩展截图
下载Follow扩展crx文件
下载Follow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a high level competitive intelligence overview about any website in seconds. Aggregates data across multiple verticals & data vendors to show you how any site acquires & engages with their customers online. Free browser extension.
Data includes:
- Traffic Estimates
- Search Engine Optimization
- Search Engine Marketing
- Display Advertising
- Affiliate Marketing
- Contextual Advertising
- Twitter Mentions
- Web Mentions
- Blog Posts
- Demographics
- Whois
- Reverse IPs
SEO Toolbar
SEM Toolbar
PPC Toolbar
Display Advertising Toolbar 扩展基本信息
| 名称 | |
| ID | gkakfimgbmogkpmjokgnbbanmmemcdij |
| 官方URL | https://chromewebstore.google.com/detail/follow/gkakfimgbmogkpmjokgnbbanmmemcdij |
| 简介 | The world's fastest competitive intelligence tool. |
| 文件大小 | 28.97 KB |
| 安装次数 | 12,193 |
| 当前版本 | 2.12 |
| 更新时间 | 2015-07-07 |
| 上架时间 | 2015-07-06 |
| 评分 | 4.75/5 共133次评分 |
| 开发者 | https://follow.net |
| 付费类型 | free |
| 扩展官网 | http://follow.net/ |
| 帮助页面URL | http://follow.net/contact |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Follow",
"description": "The world's fastest competitive intelligence tool.",
"version": "2.12",
"homepage_url": "http:\/\/follow.net",
"icons": {
"16": "skin\/follow-16x16.png",
"48": "skin\/follow-48x48.png",
"128": "skin\/follow-128x128.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_icon": {
"19": "skin\/icon-off-19.png",
"38": "skin\/icon-off.png"
},
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |