PartnerMe.io
PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
Hvad er PartnerMe.io?
PartnerMe.io er en Chrome-udvidelse udviklet af PartnerMe, og dens hovedfunktion er "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".
Udvidelsesskærmbilleder
Download PartnerMe.io-udvidelses-CRX-fil
Download PartnerMe.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | PartnerMe.io |
ID | jcoppmekgbpipamebngbnmmoapinhhca |
Officiel URL | https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca |
Beskrivelse | PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate… |
Filstørrelse | 160 KB |
Antal Installationer | 343 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2022-12-08 |
Udgivelsesdato | 2022-12-07 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | PartnerMe |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://partnerme.io/ |
Hjælpeside-URL | https://partnerme.io/#how-it-works |
URL til Fortrolighedspolitik Side | https://partnerme.io/privacy |
Understøttede Sprog | 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\/*" ] } } |