Follow

The world's fastest competitive intelligence tool.

What is Follow?

Follow is a Chrome extension developed by https://follow.net, and its main feature is "The world's fastest competitive intelligence tool.".

Extension Screenshots

Download Follow Extension CRX File

Download Follow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Follow Follow
ID gkakfimgbmogkpmjokgnbbanmmemcdij
Official URL https://chromewebstore.google.com/detail/follow/gkakfimgbmogkpmjokgnbbanmmemcdij
Description The world's fastest competitive intelligence tool.
File Size 28.97 KB
Installation Count 12,193
Current Version 2.12
Last Updated 2015-07-07
Publish Date 2015-07-06
Rating 4.75/5 Total 133 Ratings
Developer https://follow.net
Payment Type free
Extension Website http://follow.net/
Help Page URL http://follow.net/contact
Supported Languages 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"
    ]
}