Acima Leasing - The No Credit Alternative

Lease the things you need with our no credit solution*

什么是Acima Leasing - The No Credit Alternative?

Acima Leasing - The No Credit Alternative是由acima-browser-extension-admin开发的Chrome扩展程序,该扩展的主要功能是“Lease the things you need with our no credit solution*”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Acima Leasing - The No Credit Alternative扩展crx文件

下载Acima Leasing - The No Credit Alternative扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ~ Lease the things you need with our no credit solution* ~

Acima allows you to take home up to $4,000 of must-have merchandise, like furniture, electronics, appliances, tires, and much more—without paying cash or using credit cards. Our flexible, lease-to-own solution provides a new alternative to traditional financing.   

~ Choose an online retailer ~
Visit the Acima MarketPlace™, and select where you’d like to shop from some of your favorite online retailers*. You can also choose from over 15,000 in-store locations if you’d rather shop in person.

~ Enjoy $300 to $4,000 of shopping power ~
Get approved up-front so you know what you can spend or just start adding eligible items to your cart. You can then apply (if you haven’t already done so), sign your agreement, and setup an initial payment.

~ Check out with Acima ~
Use the card info on the virtual Acima LeasePay Card™ and your billing address on your Acima application to complete the payment transaction during store checkout.


*Even though Acima is not affiliated with or sponsored by the retailers, our Browser Extension provides you with Acima’s lease-to-own options at checkout when you shop at certain online retailers. Only certain products are eligible for lease. Acima’s browser extension cannot be used for in-store purchases.
 
The advertised transaction is a rental-purchase agreement (rent-to-own agreement, consumer rental-purchase agreement or a lease/lease-purchase agreement, depending on your state) with Acima. Ownership is optional. You will not own the merchandise until the total amount necessary to acquire ownership is paid in full or you exercise your early purchase option. See your lease agreement for payment amounts and rental terms.

"The No Credit Option" means this is not a credit, loan, or financing transaction. It does not mean or imply no inquiry will be made of credit history or creditworthiness. We consider multiple data points in reviewing your application and regularly approve customers with less than perfect credit history.                    

扩展基本信息

名称 Acima Leasing - The No Credit Alternative Acima Leasing - The No Credit Alternative
ID dchjcbehglmjnafkhhoblmclihkadjlk
官方URL https://chromewebstore.google.com/detail/acima-leasing-the-no-cred/dchjcbehglmjnafkhhoblmclihkadjlk
简介 Lease the things you need with our no credit solution*
文件大小 485 KB
安装次数 5,322
当前版本 1.50.0
更新时间 2022-05-11
上架时间 2021-07-19
评分 2.59/5 共27次评分
开发者 acima-browser-extension-admin
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.acima.com/
帮助页面URL https://www.acima.com/support
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acima Leasing - The No Credit Alternative",
    "description": "Lease the things you need with our no credit solution*",
    "version": "1.50.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bestbuy.com\/*",
                "https:\/\/www.bestbuy.com\/cart\/*"
            ],
            "js": [
                "HTMLScreens.min.js",
                "popupclose.min.js",
                "config.min.js",
                "Main.min.js"
            ],
            "css": [
                "css\/ac-ext-styles.css",
                "css\/main.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Icons\/16x16.png",
        "48": "Icons\/48x48.png",
        "128": "Icons\/128x128.png"
    }
}