PartnerMe.io
PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
Cos'è PartnerMe.io?
PartnerMe.io è un'estensione di Chrome sviluppata da PartnerMe, e la sua funzione principale è "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PartnerMe.io
Scarica i file di estensione PartnerMe.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PartnerMe.io |
ID | jcoppmekgbpipamebngbnmmoapinhhca |
URL Ufficiale | https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca |
Descrizione | PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate… |
Dimensione del File | 160 KB |
Conteggio Installazioni | 343 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-12-08 |
Data di Pubblicazione | 2022-12-07 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | PartnerMe |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://partnerme.io/ |
URL della Pagina di Aiuto | https://partnerme.io/#how-it-works |
URL della Pagina della Politica sulla Privacy | https://partnerme.io/privacy |
Lingue Supportate | 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\/*" ] } } |