PartnerMe.io
PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
PartnerMe.io là gì?
PartnerMe.io là một tiện ích mở rộng Chrome được phát triển bởi PartnerMe, và tính năng chính của nó là "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PartnerMe.io
Tải xuống các tệp mở rộng PartnerMe.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PartnerMe.io |
ID | jcoppmekgbpipamebngbnmmoapinhhca |
URL Chính Thức | https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca |
Mô tả | PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate… |
Kích Thước Tệp | 160 KB |
Số Lần Cài Đặt | 343 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-12-08 |
Ngày Phát Hành | 2022-12-07 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | PartnerMe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://partnerme.io/ |
URL Trang Trợ Giúp | https://partnerme.io/#how-it-works |
URL Trang Chính Sách Bảo Mật | https://partnerme.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |