Cashaly
Cashback
什么是Cashaly?
Cashaly是由https://cashaly.com开发的Chrome扩展程序,该扩展的主要功能是“Cashback”。
扩展截图
下载Cashaly扩展crx文件
下载Cashaly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shop online and get cashback with Cashaly! Browser extension Cashaly will remind you the opportunity to collect cashback while purchasing. To ensure you don't miss the cashback when you visit the store, the plugin will prompt you to activate it. We care about our customers. So we have developed this Extension tool to make the service easier for you to use. Look for the extension icon in the upper right corner of your browser. You have access to all stores. There is no need to visit the Cashaly website. Directly on the store's website, activate the cashback with just one click. Be the first to find out about a store's most profitable promos, offers, and discounts. Shop with Cashaly cashback programme to enjoy even more perks and bonuses. Each of you will receive a bonus for referring a friend to Cashaly. You earn more money the more friends you invite. To make your cashback journey simple, you must try our Extension!
扩展基本信息
名称 | Cashaly |
ID | pippmdjiglnifkfncaofjemljalmnjif |
官方URL | https://chromewebstore.google.com/detail/cashaly/pippmdjiglnifkfncaofjemljalmnjif |
简介 | Cashback |
文件大小 | 54.36 KB |
安装次数 | 49 |
当前版本 | 1.2 |
更新时间 | 2023-03-29 |
上架时间 | 2023-03-29 |
评分 | 5.00/5 共2次评分 |
开发者 | https://cashaly.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.cashaly.com/ |
帮助页面URL | https://skro.in/10426OX/ |
隐私政策页面URL | https://www.cashaly.com/policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cashaly", "version": "1.2", "description": "Cashback", "manifest_version": 3, "author": "Cashaly", "action": { "default_popup": "index.html", "default_icon": "\/images\/icon-144.png", "default_title": "Shop online and get cashback with Cashaly!" }, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "app.js" ], "run_at": "document_end" } ] } |