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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}