Fractions - Medium Partner Dashboard

A Better Partner Dashboard for Medium

¿Qué es Fractions - Medium Partner Dashboard?

Fractions - Medium Partner Dashboard es una extensión de Chrome desarrollada por Can Durmus, y su función principal es "A Better Partner Dashboard for Medium".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Fractions - Medium Partner Dashboard

Descarga archivos de extensión Fractions - Medium Partner Dashboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        What's New?

In this build, you'll find a dark mode for fractions. Note that, this extension can be buggy sometimes as I only have a chance to try it on my own account but no other.

Fractions is a fully featured Chrome extension that helps you analyze and visualize your Medium Partner Program earnings. It is way powerful than default Partner Program Dashboard, Medium provides. Using this extension, you can inspect the data about your,

- lifetime earnings since you enrolled in to Medium Partner Program,
- monthly earnings,
- daily total member reading time,
- realtime currency conversion,
- yesterday's total earnings,
- yesterday's top earning post,
- estimated earnings by the end of the month---_with a special algortihm_,
- daily average earnings,
- percent difference from the previous month,
- this month's top earning post,
- total tax you pay,
- monthly predicted tax,
- net earnings.

In Partner Dashboard, all we get is monthly and referred member earnings. There's no stat about what I earned yesterday, total member time, or the net earnings without taxes. So, I made this Chrome extension as a total replacement for Partner Dashboard. It includes everything Partner Dashboard, but adds more features on top of them, using the data scattered around.                    

Información Básica de la Extensión

Nombre Fractions - Medium Partner Dashboard Fractions - Medium Partner Dashboard
ID fileepgfmlpabmkbocijoaggdmlhenbf
URL Oficial https://chromewebstore.google.com/detail/fractions-medium-partner/fileepgfmlpabmkbocijoaggdmlhenbf
Descripción A Better Partner Dashboard for Medium
Tamaño del Archivo 212 KB
Cantidad de Instalaciones 391
Versión Actual 2.2.0
Última Actualización 2022-08-11
Fecha de Publicación 2022-04-04
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador Can Durmus
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://medium.com/fractions
URL de la Página de Ayuda https://bio.link/candurmuss
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fractions - Medium Partner Dashboard",
    "version": "2.2.0",
    "description": "A Better Partner Dashboard for Medium",
    "author": "Can Durmus <@candurmuss>",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/medium.com\/"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_title": "Fractions",
        "default_popup": "\/popup.html"
    }
}