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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PartnerMe และคุณลักษณะหลักของมันคือ "PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PartnerMe.io
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } } |