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
Eメール [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"
    }
}