Shoppiday cashback
Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.
Shoppiday cashback란 무엇입니까?
Shoppiday cashback은(는) https://shoppiday.es에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin."입니다.
확장 프로그램 스크린샷
Shoppiday cashback 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Always get cashback. Forget about starting your orders in Shoppiday's web and just surf the web! Shoppiday's plugin will advise you when the online store you are visiting has cashback. It's the time to win money while you browse and order online. It's safe, free and intelligent. What are you waiting for? Your pocket will be welcome.
확장 프로그램 기본 정보
이름 | Shoppiday cashback |
ID | hkkjkmoplgfbkpbbnkjojabogbcbcepd |
공식 URL | https://chromewebstore.google.com/detail/shoppiday-cashback/hkkjkmoplgfbkpbbnkjojabogbcbcepd |
설명 | Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin. |
파일 크기 | 403 KB |
설치 횟수 | 1,775 |
현재 버전 | 0.0.9.14 |
최근 업데이트 | 2021-01-21 |
출시 날짜 | 2020-02-22 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | https://shoppiday.es |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.shoppiday.es/ |
도움말 페이지 URL | https://www.shoppiday.es/contacto |
개인정보 보호 정책 페이지 URL | https://www.shoppiday.es/politica-de-privacidad |
지원되는 언어 | en,es |
manifest.json | |
{ "author": "Shoppiday Digital", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "data\/logo-48.png", "default_title": "Shoppiday cashback" }, "default_locale": "es", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/www.shoppiday.es", "icons": { "128": "data\/logo-128.png", "16": "data\/logo-16.png", "32": "data\/logo-32.png", "48": "data\/logo-48.png" }, "manifest_version": 2, "name": "Shoppiday cashback", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "cookies", "activeTab", "tabs", "storage", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Shoppiday cashback", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9.14", "web_accessible_resources": [ "data\/*" ] } |