Freestar Page Performance

Inline page performance reporting for Freestar publishers

What is Freestar Page Performance?

Freestar Page Performance is a Chrome extension developed by http://freestar.com, and its main feature is "Inline page performance reporting for Freestar publishers".

Extension Screenshots

screenshot

Download Freestar Page Performance Extension CRX File

Download Freestar Page Performance 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

                        Analyze your Freestar powered site with this extension to understand ad performance.

Using it is simple: After signing in using your active Freestar dashboard account, you can run reports for any of their sites without ever leaving the page. You can select to run a report for the current page, or your entire site. Reports will provide a quick look at impressions, revenue and CPM over the last 14 days.

Note:  This extension requires an active Freestar Dashboard account.  Without one, you will be unable to access any functionality within the extension.

What's New:
• Added Ability to toggle expanded results, showing numbers broken out by day.
• Added a new column to the results table, showing the percentage change from the last 7 days to the 7 days before that.
• Bugfixes.                    

Extension Basic Information

Name Freestar Page Performance Freestar Page Performance
ID fehlkfemehhipgiciocajkihiafjijhm
Official URL https://chrome.google.com/webstore/detail/freestar-page-performance/fehlkfemehhipgiciocajkihiafjijhm
Description Inline page performance reporting for Freestar publishers
File Size 2.72 MB
Installation Count 26
Current Version 0.5.0
Last Updated 2019-11-16
Publish Date 2019-11-16
Developer http://freestar.com
Email [email protected]
Payment Type free
Extension Website https://freestar.com
Privacy Policy Page URL https://freestar.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freestar Page Performance",
    "version": "0.5.0",
    "description": "Inline page performance reporting for Freestar publishers",
    "browser_action": {
        "default_title": "Freestar",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            ".\/env.js",
            "node_modules\/auth0-chrome\/dist\/auth0chrome.min.js",
            "src\/main.js",
            "src\/lazy-line-painter-1.9.6.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "identity",
        "notifications",
        "activeTab",
        "https:\/\/*.auth0.com\/*"
    ],
    "icons": {
        "128": ".\/icons\/freestar128.png"
    },
    "manifest_version": 2
}