Fractions - Medium Partner Dashboard

A Better Partner Dashboard for Medium

Fractions - Medium Partner Dashboard क्या है?

Fractions - Medium Partner Dashboard Can Durmus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Better Partner Dashboard for Medium"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fractions - Medium Partner Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}