My Reseller Genie Web Extension

Connect to third party marketplaces

Co to jest My Reseller Genie Web Extension?

My Reseller Genie Web Extension to rozszerzenie Chrome opracowane przez https://www.myresellergenie.com, a jego główną funkcją jest „Connect to third party marketplaces”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia My Reseller Genie Web Extension

Pobierz pliki rozszerzeń My Reseller Genie Web Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        My Reseller Genie is the accounting and analytics solution for resellers. Add unlimited platforms to track all your inventory and sales in one location, manage business expenses in real time, analyze your sales trends, and so much more. 

All your numbers in one place. Be ready for tax time. Grow your business.

This extension allows My Reseller Genie to access and communicate with your marketplaces to enhance your bookkeeping automation. If you don't already subscribe to My Reseller Genie, check us out at www.myresellergenie.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa My Reseller Genie Web Extension My Reseller Genie Web Extension
ID dmlldabapacmdgndabfmihemkgegcmfc
Oficjalny URL https://chromewebstore.google.com/detail/my-reseller-genie-web-ext/dmlldabapacmdgndabfmihemkgegcmfc
Opis Connect to third party marketplaces
Rozmiar pliku 25.8 KB
Liczba instalacji 741
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-11-11
Data Publikacji 2023-11-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.myresellergenie.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.myresellergenie.com/
Adres URL Strony Pomocy https://www.myresellergenie.com/contact
Adres URL Strony Polityki Prywatności https://www.myresellergenie.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Reseller Genie Web Extension",
    "description": "Connect to third party marketplaces",
    "manifest_version": 3,
    "permissions": [
        "cookies"
    ],
    "version": "1.0.1",
    "host_permissions": [
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/*.myresellergenie.club\/*",
        "*:\/\/my-reseller-genie-dev.herokuapp.com\/*",
        "*:\/\/localhost\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.myresellergenie.club\/*",
            "*:\/\/my-reseller-genie-dev.herokuapp.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "icons\/mrg-16.png",
        "32": "icons\/mrg-32.png",
        "48": "icons\/mrg-48.png",
        "128": "icons\/mrg-128.png"
    },
    "background": {
        "service_worker": "dist\/service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.myresellergenie.club\/*",
                "*:\/\/my-reseller-genie-dev.herokuapp.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ]
}