PartnerMe.io
PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
What is PartnerMe.io?
PartnerMe.io is a Chrome extension developed by PartnerMe, and its main feature is "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".
Extension Screenshots
Download PartnerMe.io Extension CRX File
Download PartnerMe.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PartnerMe.io |
ID | jcoppmekgbpipamebngbnmmoapinhhca |
Official URL | 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… |
File Size | 160 KB |
Installation Count | 343 |
Current Version | 0.0.1 |
Last Updated | 2022-12-08 |
Publish Date | 2022-12-07 |
Rating | 5.00/5 Total 8 Ratings |
Developer | PartnerMe |
[email protected] | |
Payment Type | free |
Extension Website | https://partnerme.io/ |
Help Page URL | https://partnerme.io/#how-it-works |
Privacy Policy Page URL | https://partnerme.io/privacy |
Supported Languages | 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\/*" ] } } |