Finalfees Tracker

Chrome extension for finalfees to export your sales data into your spreadsheets.

Finalfees Tracker क्या है?

Finalfees Tracker https://finalfees.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for finalfees to export your sales data into your spreadsheets."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Finalfees Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Forget about doing it manually one by one and do it all instantly with a single click on a button! Finalfees extension helps you import your sales data from various sites into your spreadsheet. It calculates all the fees and deductions on your entire sales you have made.

Features:
✔ Available for Poshmark, Grailed and Depop
✔ Able to download XLSX for your google sheets
✔ Instantly save your sales to our website(visible on Finalfees.com)
✔ Automatically calculates all the fees from your sales
✔ Quick & easy to use

By using this extension, you agree to Finalfees Terms & Privacy
https://www.finalfees.com/policy-terms
https://www.finalfees.com/policy-data                    

एक्सटेंशन की मूल जानकारी

नाम Finalfees Tracker Finalfees Tracker
ID ckfckhenbpkfpoagigiddcdnofklbpge
आधिकारिक URL https://chromewebstore.google.com/detail/finalfees-tracker/ckfckhenbpkfpoagigiddcdnofklbpge
विवरण Chrome extension for finalfees to export your sales data into your spreadsheets.
फ़ाइल का आकार 213 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-01-20
प्रकाशन तिथि 2021-01-20
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://finalfees.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.finalfees.com/policy-data
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Finalfees Tracker",
    "description": "Chrome extension for finalfees to export your sales data into your spreadsheets.",
    "version": "1.0",
    "author": "Finalfees",
    "permissions": [
        "cookies",
        "https:\/\/poshmark.ca\/*",
        "https:\/\/www.grailed.com\/*",
        "https:\/\/www.depop.com\/*",
        "https:\/\/*.finalfees.com\/*",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/logo_16.png",
        "default_popup": "popup.html",
        "default_title": "Sync Transaction Data"
    },
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/logo_16.png",
        "images\/logo_128.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/poshmark.ca\/*",
                "https:\/\/www.grailed.com\/*",
                "https:\/\/www.depop.com\/*",
                "https:\/\/*.finalfees.com\/*"
            ],
            "js": [
                "content_script.js",
                "libs\/sweetalert.min.js"
            ]
        }
    ]
}