Pricedrop
Get rewarded for shopping online
Pricedrop란 무엇입니까?
Pricedrop은(는) https://pricedrop.com.ng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get rewarded for shopping online"입니다.
확장 프로그램 스크린샷
Pricedrop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pricedrop is a 100% free tool that automatically finds discount for you when shopping online. It converts the discount to cash and then pay you. ✨✨✨Receive ₦500 free on sign up✨✨✨ Why Pricedrop? We built Pricedrop so it can automatically find discount for you when shopping. Being registered affiliate marketers of the supported store Jumia, whenever you make any successful transaction, they sometimes reward us for initiating the transaction. Out of the little 'thank you' we receive from them, we also generously share with you. Everybody goes home happy 🎉 Think of this as a win-win game - the store is happy to make sales, we are happy to be rewarded by them and you are also happy for being rewarded when shopping. Without this extension, you pay the price of a product as-is (without any discount) but when you switch gears and start using the extension, you ALWAYS get a discount on all your transactions. How to get paid? For every successful transaction, we credit your Pricedrop wallet with the reward. When it reaches our minimum threshold, you can request a payout after which we will wire your earnings into your local bank account. What's on our roadmap? We plan to add many cool features. For example, allowing users to monitor the prices of products so that when the 'prices drop', users will be notified and can save even more money on the product. Happy shopping and saving! 🤩✨🛒
확장 프로그램 기본 정보
이름 | Pricedrop |
ID | maidjpekmihklgpkeodijijmcmbkcfoj |
공식 URL | https://chromewebstore.google.com/detail/pricedrop/maidjpekmihklgpkeodijijmcmbkcfoj |
설명 | Get rewarded for shopping online |
파일 크기 | 108 KB |
설치 횟수 | 23 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-09-27 |
출시 날짜 | 2021-09-14 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | https://pricedrop.com.ng |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pricedrop.com.ng |
개인정보 보호 정책 페이지 URL | https://pricedrop.com.ng/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pricedrop", "version": "1.1.0", "description": "Get rewarded for shopping online", "content_scripts": [ { "matches": [ "https:\/\/*.jumia.com.ng\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.jumia.com.ng\/*", "https:\/\/*.pricedrop.com.ng\/*" ], "default_locale": "en", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-forms allow-scripts;" } } |