PartnerMe.io

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

Τι είναι το PartnerMe.io;

Το PartnerMe.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PartnerMe, και η κύρια λειτουργία του είναι "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PartnerMe.io

Λήψη αρχείων επέκτασης PartnerMe.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PartnerMe.io PartnerMe.io
ID jcoppmekgbpipamebngbnmmoapinhhca
Επίσημο URL https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca
Περιγραφή PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
Μέγεθος Αρχείου 160 KB
Αριθμός Εγκαταστάσεων 343
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2022-12-08
Ημερομηνία Δημοσίευσης 2022-12-07
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής PartnerMe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://partnerme.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://partnerme.io/#how-it-works
URL της Σελίδας Πολιτικής Απορρήτου https://partnerme.io/privacy
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}