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