PartnerMe.io

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

Wat is PartnerMe.io?

PartnerMe.io is een Chrome-extensie ontwikkeld door PartnerMe, en de belangrijkste functie is "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PartnerMe.io

Download PartnerMe.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PartnerMe.io PartnerMe.io
ID jcoppmekgbpipamebngbnmmoapinhhca
Officiële URL https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca
Beschrijving PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
Bestandsgrootte 160 KB
Aantal Installaties 343
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-12-08
Publicatiedatum 2022-12-07
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar PartnerMe
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://partnerme.io/
Help Pagina-URL https://partnerme.io/#how-it-works
URL van de Privacybeleid Pagina https://partnerme.io/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}