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文件
下载Shoppiday cashback扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |