PartnerMe.io

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

Qu'est-ce que PartnerMe.io ?

PartnerMe.io est une extension Chrome développée par PartnerMe, et sa fonction principale est "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PartnerMe.io

Téléchargez les fichiers d'extension PartnerMe.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PartnerMe.io PartnerMe.io
ID jcoppmekgbpipamebngbnmmoapinhhca
URL Officiel https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca
Description PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
Taille du Fichier 160 KB
Nombre d'Installations 343
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-12-08
Date de Publication 2022-12-07
Évaluation 5.00/5 Total 8 Évaluations
Développeur PartnerMe
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://partnerme.io/
URL de la Page d'Aide https://partnerme.io/#how-it-works
URL de la Page de Politique de Confidentialité https://partnerme.io/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}