Sift Rewards and Cashback - Shop and Earn
Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.
Sift Rewards and Cashback - Shop and Earnとは何ですか?
Sift Rewards and Cashback - Shop and EarnはSiftによって開発されたChromeの拡張機能で、その主な機能は「Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.」です。
拡張機能のスクリーンショット
Sift Rewards and Cashback - Shop and Earn拡張機能のCRXファイルをダウンロード
Sift Rewards and Cashback - Shop and Earn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sift Rewards for Chrome offers an easy way to earn cash-back just by shopping at your favorite online stores. Every time you shop at one of our eligible 15,000+ online stores, you'll make a little extra cash for yourself.
By downloading and installing Sift Rewards for Chrome, you are agreeing to the following agreements:
Terms & Conditions: https://www.siftwallet.com/terms.html
Privacy Policy: https://www.siftwallet.com/privacy.html
This is a white-label extension made for Sift Wallet. 拡張機能の基本情報
| 名前 | |
| ID | bdplcdniadnfgncbfhicioidcjbaifgo |
| 公式URL | https://chromewebstore.google.com/detail/sift-rewards-and-cashback/bdplcdniadnfgncbfhicioidcjbaifgo |
| 説明 | Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends. |
| ファイルサイズ | 1.72 MB |
| インストール数 | 299 |
| 現在のバージョン | 2.3.0 |
| 最終更新日 | 2023-02-17 |
| 公開日 | 2022-03-22 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | Sift |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.siftwallet.com |
| ヘルプページのURL | http://www.siftwallet.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.3.0",
"name": "Sift Rewards and Cashback - Shop and Earn",
"short_name": "Sift Rewards",
"description": "Get rewarded when you shop at your favorite stores. Sift Rewards provides you cashback for shopping and sharing with your friends.",
"icons": {
"128": "img\/icon-128.png"
},
"permissions": [
"storage",
"tabs",
"notifications",
"background",
"webRequest",
"unlimitedStorage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_icon": "img\/icon-disabled.png"
},
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"browser-polyfill.min.js",
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"img\/*",
"fonts\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"earnings.html"
],
"matches": [
" | |