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是由PartnerMe开发的Chrome扩展程序,该扩展的主要功能是“PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…”。
扩展截图
下载PartnerMe.io扩展crx文件
下载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 |
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\/*" ] } } |