Postcashback
Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
ما هو Postcashback؟
Postcashback هو إضافة Chrome تم تطويرها بواسطة devlessforme، والميزة الرئيسية لها هي "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Postcashback
قم بتنزيل ملفات الامتداد Postcashback بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online
معلومات أساسية عن التمديد
الاسم | Postcashback |
ID | knimahbenfiaggimliedochcldnoamhk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk |
الوصف | Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away. |
حجم الملف | 856 KB |
عدد التثبيتات | 304 |
النسخة الحالية | 3.3.1 |
آخر تحديث | 2020-06-08 |
تاريخ النشر | 2020-06-06 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | devlessforme |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.postcashback.co.il/ |
عنوان صفحة المساعدة | https://www.postcashback.co.il/faq |
عنوان صفحة سياسة الخصوصية | https://www.lessforme.com/privacy |
اللغات المدعومة | en,ru,iw,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "img\/icon16.png", "default_title": "Postcashback Button", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "js": [ "jquery-2.2.4.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.", "homepage_url": "http:\/\/www.postcashback.co.il", "default_locale": "en", "icons": { "16": "img\/icon16.png", "18": "img\/icon18.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Postcashback", "permissions": [ "tabs", "webNavigation", "cookies", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "www.postcashback.co.il\/*", "img\/*" ], "version": "3.3.1" } |