PartnerMe.io

PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…

Co to jest PartnerMe.io?

PartnerMe.io to rozszerzenie Chrome opracowane przez PartnerMe, a jego główną funkcją jest „PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PartnerMe.io

Pobierz pliki rozszerzeń PartnerMe.io 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

                        PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate networks, users can go to any brand's website and begin earning money as an affiliate partner.                    

Podstawowe informacje o rozszerzeniu

Nazwa PartnerMe.io PartnerMe.io
ID jcoppmekgbpipamebngbnmmoapinhhca
Oficjalny URL https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca
Opis PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
Rozmiar pliku 160 KB
Liczba instalacji 343
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-12-08
Data Publikacji 2022-12-07
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper PartnerMe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://partnerme.io/
Adres URL Strony Pomocy https://partnerme.io/#how-it-works
Adres URL Strony Polityki Prywatności https://partnerme.io/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PartnerMe.io",
    "version": "0.0.1",
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/partnerme-logo-48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "favicon"
    ],
    "icons": {
        "32": "assets\/partnerme-logo-32.png",
        "48": "assets\/partnerme-logo-48.png",
        "128": "assets\/partnerme-logo-128.png",
        "256": "assets\/partnerme-logo-256.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.partnerme.io\/*",
            "http:\/\/localhost:4000\/*",
            "https:\/\/partnerme-next.onrender.com\/*"
        ]
    }
}