Freestar Page Performance
Inline page performance reporting for Freestar publishers
Τι είναι το Freestar Page Performance;
Το Freestar Page Performance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://freestar.com, και η κύρια λειτουργία του είναι "Inline page performance reporting for Freestar publishers".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Freestar Page Performance
Λήψη αρχείων επέκτασης 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 } |