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」です。
拡張機能のスクリーンショット
Freestar Page Performance拡張機能のCRXファイルをダウンロード
Freestar Page Performance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |