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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://partnerme.io/#how-it-works |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |