Stackit™ from LendingClub

Stackit™ from LendingClub

Stackit™ from LendingClubคืออะไร?

Stackit™ from LendingClub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LendingClub และคุณลักษณะหลักของมันคือ "Stackit™ from LendingClub"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stackit™ from LendingClub

ดาวน์โหลดไฟล์ส่วนขยาย Stackit™ from LendingClub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Take the guesswork out of saving money with automatic coupons and cash  
back rewards.  
 
Here’s how to start earning cash back at your favorite stores today:  
 
1. Add the Stackit extension to your Chrome browser.  
(Installing on mobile? Make sure to open Chrome from a desktop when you’re done. Click the “Error” message next to the three dots on the top right corner of your browser, and then click “Enable extension.”)  
 
2. As you shop online, look for extension alerts to apply coupons and activate cash back reward offers.  
 
3. Activate your offers with one click before you check out. 
  
4. Save money on the spot with coupons and earn cash back that can be redeemed for e-gift cards. 
 
The Stackit extension is currently only available to use on desktop. Mobile features are coming soon!  
 
LendingClub Bank offers a broad range of financial products and services through  
a technology-driven platform, designed to help you pay less when borrowing  
and earn more when saving. Since 2007 we’ve been helping millions of  
Americans take control of their debt, pursue their dreams, and invest in their 
future—all in a fair, transparent, and affordable way. 
 
By installing and continuing to use the Stackit extension, you agree to the applicable LendingClub Bank Terms of Use (https://www.lendingclub.com/legal/terms-of-use) and Privacy Policy (https://www.lendingclub.com/legal/privacy-policy). 

Rewards are redeemed via the Tango portal, allowing you to select from hundreds of different e-gift cards. When you redeem your earnings, you will be asked to acknowledge and agree to Tango’s terms of service and privacy notice. 

This is a white-labeled extension made for LendingClub Bank.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stackit™ from LendingClub Stackit™ from LendingClub
ID gpbphnmhgcngnldallahampojhmeneod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stackit-from-lendingclub/gpbphnmhgcngnldallahampojhmeneod
คำอธิบาย Stackit™ from LendingClub
ขนาดไฟล์ 10.53 MB
จำนวนการติดตั้ง 2,398
เวอร์ชันปัจจุบัน 2.5.2
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2022-10-27
คะแนน 3.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา LendingClub
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.lendingclub.com/member-benefits/stackit/install
URL หน้าช่วยเหลือ https://help.lendingclub.com/hc/en-us/articles/4425210594829
URL หน้านโยบายความเป็นส่วนตัว https://www.lendingclub.com/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.5.2",
    "name": "Stackit\u2122 from LendingClub",
    "short_name": "Stackit\u2122",
    "description": "Stackit\u2122 from LendingClub",
    "icons": {
        "128": "img\/chromeStoreIcon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/chromeIconDeactivated.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\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html",
                "install.html",
                "install.css",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}