Icebox by finder.com

Icebox prevents you making impulse purchases. Start saving money with Icebox today.

ما هو Icebox by finder.com؟

Icebox by finder.com هو إضافة Chrome تم تطويرها بواسطة https://finder.com، والميزة الرئيسية لها هي "Icebox prevents you making impulse purchases. Start saving money with Icebox today.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Icebox by finder.com

قم بتنزيل ملفات الامتداد Icebox by finder.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Don’t ‘Add to Cart’ - Put it on ice!

Icebox for Chrome replaces the Buy button on the most popular E-Commerce stores, automatically saving you from your weakest moments.

Icebox also adds a reminder on over 400 online stores.

Once it’s on ice, the cooling period begins.

Once you put an item on ice, it will be added to your own personal icebox. You won’t be able to buy the item until the cooling period is over. 

The urge to buy is given time to chill, so that cooler heads prevail.

Set the cooling period for as long as you’d like.

Experts recommend a 30-day rule, but even a few days can really help.

You’ll often find the impulse to buy passes over time, and you’ll decide not to buy the thing in the end. That’s exactly what icebox is designed for - to help you make better decisions.

We’re prone to making emotional decisions. Companies know this and try to cash in. Online stores are designed to make you buy without thinking. 

Icebox is your last line of defense. 

Take back control of your spending.

Icebox appears wherever you choose.

Is there another site where you do most of your impulse buying? Simply add it to the list.

Don’t want icebox to appear on certain sites? No worries. You can adjust that in the settings too.

See how much you’ve saved.

Icebox keeps a running total of all the items you’ve put on ice, and all the money you’ve saved.

Impulse buying is any unplanned purchase you make. This can hit your budgets and bank account hard before you’ve even noticed. 

See how much these decisions could cost you before it’s too late.                    

معلومات أساسية عن التمديد

الاسم Icebox by finder.com Icebox by finder.com
ID fcmlicifjccilkplgaocighdjdcklhbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/icebox-by-findercom/fcmlicifjccilkplgaocighdjdcklhbd
الوصف Icebox prevents you making impulse purchases. Start saving money with Icebox today.
حجم الملف 174 KB
عدد التثبيتات 453
النسخة الحالية 1.0.9.1
آخر تحديث 2017-11-15
تاريخ النشر 2017-11-15
تقييم 3.71/5 مجموع تقييمات 7
المطور https://finder.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.finder.com/
عنوان صفحة المساعدة https://www.finder.com/icebox
عنوان صفحة سياسة الخصوصية https://www.finder.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Icebox by finder.com",
    "version": "1.0.9.1",
    "description": "Icebox prevents you making impulse purchases. Start saving money with Icebox today.",
    "homepage_url": "https:\/\/www.finder.com\/icebox",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/handlebars-helpers.js",
                "shared\/constants.js",
                "shared\/utils.js",
                "content\/fonts.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/products.js",
                "content\/productView.js",
                "content\/challengeView.js",
                "content\/button.js",
                "content\/notification.js",
                "content\/confirmation.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/128x128-grey.png",
        "default_title": "Icebox by finder.com"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/128x128.png",
        "128": "images\/128x128.png"
    }
}