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"
]
} | |