Freestar Page Performance

Inline page performance reporting for Freestar publishers

Freestar Page Performance क्या है?

Freestar Page Performance http://freestar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inline page performance reporting for Freestar publishers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Freestar Page Performance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Freestar Page Performance Freestar Page Performance
ID fehlkfemehhipgiciocajkihiafjijhm
आधिकारिक URL https://chrome.google.com/webstore/detail/freestar-page-performance/fehlkfemehhipgiciocajkihiafjijhm
विवरण Inline page performance reporting for Freestar publishers
फ़ाइल का आकार 2.72 MB
स्थापना संख्या 26
वर्तमान संस्करण 0.5.0
अंतिम अपडेट 2019-11-16
प्रकाशन तिथि 2019-11-16
डेवलपर http://freestar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://freestar.com
गोपनीयता नीति पृष्ठ URL https://freestar.com/privacy-policy
समर्थित भाषाएँ 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
}