Fractions - Medium Partner Dashboard

A Better Partner Dashboard for Medium

什么是Fractions - Medium Partner Dashboard?

Fractions - Medium Partner Dashboard是由Can Durmus开发的Chrome扩展程序,该扩展的主要功能是“A Better Partner Dashboard for Medium”。

扩展截图

screenshot
screenshot
screenshot

下载Fractions - Medium Partner Dashboard扩展crx文件

下载Fractions - Medium Partner Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fractions - Medium Partner Dashboard Fractions - Medium Partner Dashboard
ID fileepgfmlpabmkbocijoaggdmlhenbf
官方URL https://chromewebstore.google.com/detail/fractions-medium-partner/fileepgfmlpabmkbocijoaggdmlhenbf
简介 A Better Partner Dashboard for Medium
文件大小 212 KB
安装次数 391
当前版本 2.2.0
更新时间 2022-08-11
上架时间 2022-04-04
评分 4.83/5 共6次评分
开发者 Can Durmus
电子邮箱 [email protected]
付费类型 free
扩展官网 https://medium.com/fractions
帮助页面URL https://bio.link/candurmuss
支持的语言 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"
    }
}