Freestar Page Performance

Inline page performance reporting for Freestar publishers

Freestar Page Performance란 무엇입니까?

Freestar Page Performance은(는) http://freestar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inline page performance reporting for Freestar publishers"입니다.

확장 프로그램 스크린샷

screenshot

Freestar Page Performance 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}