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 |
电子邮箱 | [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 } |