Prizle
Prizle Charity shopping for Chrome
Prizleคืออะไร?
Prizle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://prizle.com และคุณลักษณะหลักของมันคือ "Prizle Charity shopping for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prizle
ดาวน์โหลดไฟล์ส่วนขยาย Prizle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Prizle Donation Tool: 1 purchase = 1 free donation The donation tool is a very simple browser extension. It allows you to collect donations for free for the cause of your choice when you shop online on the numerous e-shops partners of Prizle. The donation tool is a free charity shopping tool: your online purchases generate donations to the cause of your choice, without having to pay any extra penny for the donation made to your favorite cause. You can keep shopping online as you usually do. You buy your products and services at the same price as usual. But you take the opportunity to collect donations : over 1 000 e-shops give back a percentage of the amount you spend on their website. The donation tool Prizle Donation Tool warns you when you are on one of the many e-shops that enables charity shopping with Prizle and tells you the amount of the commission (percentage of your purchases) that this website is ready to give back in order to finance the association of your choice. This percentage ranges from 1 to 20% of your basket and depends on the e-shop. Over 1 000 e-shops are already partners. Its use is therefore simple and free: you only have to click on a button to activate a donation. The donation tool does not affect your browsing, offers any advertising and respects the strictest rules of confidentiality and privacy. You are buying online from time to time ? So let’s turn some of your purchases into free donations ! Any donation is precious. Associations and NGOs work manage emergencies every day or improve our daily lives. These associations can not continue to act without the financial support of their supporters: they always have to find funds to say and act on their behalf, and especially to help the poorest of us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhdgobbknljgdaffehbiegkdfepkppdh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/prizle/dhdgobbknljgdaffehbiegkdfepkppdh |
คำอธิบาย | Prizle Charity shopping for Chrome |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 1,118 |
เวอร์ชันปัจจุบัน | 2.20 |
อัปเดตครั้งล่าสุด | 2022-12-27 |
วันที่เผยแพร่ | 2020-05-11 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://prizle.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cashback.prizle.com/fr/content/extension |
URL หน้าช่วยเหลือ | https://cashback.prizle.com/fr/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://prizle.net/static/en/privacy |
ภาษาที่รองรับ | de,en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prizle", "version": "2.20", "manifest_version": 2, "description": "Prizle Charity shopping for Chrome", "icons": { "16": "img\/icons\/icon-16.png", "32": "img\/icons\/icon-38.png", "64": "img\/icons\/icon-64.png", "128": "img\/icons\/icon-128.png" }, "default_locale": "fr", "background": { "scripts": [ "app\/vendor\/async.js", "app\/config\/config.js", "app\/vendor\/psl.min.js", "app\/vendor\/purify.min.js", "app\/class\/background\/utils.js", "app\/class\/background\/user.js", "app\/class\/background\/retailer.js", "app\/background.js" ] }, "permissions": [ "tabs", "cookies", "storage", "webRequest", "http:\/\/*.prizle.com\/*", "https:\/\/*.prizle.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "app\/vendor\/async.js", "app\/vendor\/psl.min.js", "app\/vendor\/docCookies.js", "app\/vendor\/purify.min.js", "app\/config\/config.js", "app\/class\/foreground\/utils.js", "app\/class\/foreground\/data.js", "app\/class\/foreground\/retailer.js", "app\/class\/foreground\/display.js", "app\/foreground.js" ], "run_at": "document_start", "all_frames": false } ], "browser_action": { "default_icon": { "16": "img\/icons\/grey\/favicon-16x16.png", "32": "img\/icons\/grey\/favicon-32x32.png", "96": "img\/icons\/grey\/favicon-96x96.png" }, "default_title": "Prizle", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "img\/logo\/logo-1x.svg", "js\/ads.js", "css\/popup-style.css", "js\/popup.js" ] } |