RUSSH
RUSSH Extentsion shows offers on your cards.
什么是RUSSH?
RUSSH是由RUSSH开发的Chrome扩展程序,该扩展的主要功能是“RUSSH Extentsion shows offers on your cards.”。
扩展截图
下载RUSSH扩展crx文件
下载RUSSH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RUSSH lets you discover online offers on your credit and debit cards as well as UPI payments at your fingertips. Online offers on E-commerce, Groceries, Dining, Lifestyle, Electronics, etc which were always there but you never knew. You will be surprised by the number of offers you were missing! 扩展基本信息
| 名称 | |
| ID | dndfgghkcbdpmmejonmlgaabjcohfobn |
| 官方URL | https://chromewebstore.google.com/detail/russh/dndfgghkcbdpmmejonmlgaabjcohfobn |
| 简介 | RUSSH Extentsion shows offers on your cards. |
| 文件大小 | 968 KB |
| 安装次数 | 39 |
| 当前版本 | 0.0.0.4 |
| 更新时间 | 2020-09-06 |
| 上架时间 | 2020-08-18 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | RUSSH |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://russh.in |
| 隐私政策页面URL | https://www.russh.in/terms-conditions |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RUSSH",
"version": "0.0.0.4",
"description": "RUSSH Extentsion shows offers on your cards.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/*.cloudfunctions.net\/*"
]
} | |