SIFT - Automatic Money Back

Get money back automatically

SIFT - Automatic Money Back là gì?

SIFT - Automatic Money Back là một tiện ích mở rộng Chrome được phát triển bởi https://siftwallet.com, và tính năng chính của nó là "Get money back automatically".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SIFT - Automatic Money Back

Tải xuống các tệp mở rộng SIFT - Automatic Money Back dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        SIFT SAVES YOU MONEY 3 TIMES:

SAVING #1: ALWAYS PAY THE LOWEST PRICE. 

Shop like normal and Sift will automatically notify you if there is a better deal available from another Amazon seller or another retailer

SAVING #2:  GET THE MAXIMUM CASHBACK AND REWARDS. 

Sift will automatically calculate what is the optimal card to use for each purchase so that you get most out of your cards. With SIft you always know what card to use.

SAVING #3: GET AUTOMATIC REFUNDS IF PRICES DROP. 

Retailers are changing prices all the time. If you buy something and the price drops within the next 60 or 90 day, you may be qualified to get a refund back. Sift automatically tracks prices for your purchases and if the price drops, it will automatically get you money back from the retailer or from your credit card provider. You don't have to do anything. You sign up and you start getting money back!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SIFT - Automatic Money Back SIFT - Automatic Money Back
ID cngeaompneledjpdjjgpehpapbbgpppa
URL Chính Thức https://chromewebstore.google.com/detail/sift-automatic-money-back/cngeaompneledjpdjjgpehpapbbgpppa
Mô tả Get money back automatically
Kích Thước Tệp 2.81 MB
Số Lần Cài Đặt 1,416
Phiên Bản Hiện Tại 1.2.10 prod
Cập Nhật Lần Cuối 2019-10-14
Ngày Phát Hành 2019-10-14
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://siftwallet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.siftwallet.com/
URL Trang Trợ Giúp https://siftwallet.zendesk.com/hc/en-us/sections/115000974147-FAQ
URL Trang Chính Sách Bảo Mật https://www.siftwallet.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SIFT - Automatic Money Back",
    "version": "1.2.10",
    "version_name": "1.2.10 prod",
    "description": "Get money back automatically",
    "author": "https:\/\/www.siftwallet.com",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_icon": "\/img\/sift-extension-inactive_icon.png",
        "default_popup": "\/pages\/popup\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "\/pages\/options\/index.html"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/lib\/webx.js",
            "\/lib\/url.min.js",
            "\/lib\/analytics.js",
            "\/lib\/mixpanel-jslib-snippet.min.js",
            "\/js\/converters\/sift_utility_converter.js",
            "\/js\/background\/modules\/api_manager.js",
            "\/js\/background\/modules\/metrics_manager.js",
            "\/js\/background\/modules\/browser_action_manager.js",
            "\/js\/background\/modules\/user_data_manager.js",
            "\/js\/background\/modules\/main_background_module.js",
            "\/js\/background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/webx_local_test_page.com:8080\/tests\/*",
                "https:\/\/www.siftwallet.com\/chrome-extension\/*"
            ],
            "exclude_matches": [
                "http:\/\/webx_local_test_page.com:8080\/tests\/converter_test_page\/",
                "http:\/\/webx_local_test_page.com:8080\/tests\/webx_report_reader\/"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/webx.js",
                "\/lib\/vue.min.js",
                "\/lib\/url.min.js",
                "\/lib\/fuse.min.js",
                "\/js\/modules\/injected_components_module.js",
                "\/js\/modules\/offer_listing_data_module.js",
                "\/js\/modules\/product_page_main_module.js",
                "\/js\/modules\/checkout_page_manager.js",
                "\/js\/modules\/floating_iframe_manager.js",
                "\/js\/modules\/time_manager.js",
                "\/js\/modules\/content_script_controller.js",
                "\/js\/converters\/sift_main_converter.js",
                "\/js\/converters\/sift_amazon_converter.js",
                "\/js\/converters\/sift_utility_converter.js",
                "\/js\/converters\/sift_ebay_converter.js",
                "\/js\/content_scripts\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.trivago.com\/*",
                "https:\/\/www.hotels.com\/*",
                "https:\/\/www.orbitz.com\/*",
                "https:\/\/www.kayak.com\/*",
                "https:\/\/www.expedia.com\/*"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/webx.js",
                "\/js\/modules\/floating_iframe_manager.js",
                "\/js\/converters\/sift_utility_converter.js",
                "\/js\/content_scripts\/travel\/controller.js",
                "\/js\/content_scripts\/travel\/main.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.siftwallet.com\/*"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/webx.js",
                "\/js\/content_scripts\/web_app.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net; object-src 'self'"
}