AutoBuy Flash Sales, Deals, and Coupons

Now auto buy any type of flash sale products by using our chrome extension

AutoBuy Flash Sales, Deals, and Coupons là gì?

AutoBuy Flash Sales, Deals, and Coupons là một tiện ích mở rộng Chrome được phát triển bởi https://autobuyapp.com, và tính năng chính của nó là "Now auto buy any type of flash sale products by using our chrome extension".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoBuy Flash Sales, Deals, and Coupons

Tải xuống các tệp mở rộng AutoBuy Flash Sales, Deals, and Coupons 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

                        Install Auto buy chrome extension and buy Flash sale products. Updated for Redmi note 10 Pro products

How to Buy Redmi Note 10 Pro Flash sale mobiles:
>>Click on the extension icon and navigate to the ongoing Amazon sales
>>Register for autobuy by clicking on the product button
>>It will open up the product page from where you can view the confirmation
>>Now at the time of sale visit the same product page and our autobuy script will start working before 2 mins of every Redmi Note 10 Pro flash sale
>>Whenever the products come in stock the extension will automatically add them to your cart

Follow the above steps on every flash sale 

New Feature: Buy and Sell
>>Install auto buy extension and click on Star icon after 12 PM
>>You will be notified with the ongoing sales and click on Let People Know
>>Then you will get an option to fill these entries (Product Name, Email, Phone Number and Image)
>>Once you are done then you can publish your listing
>>Other interested people will approach you to buy the product from your cart
>>You both can negotiate the amount and make a deal                    

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

Tên AutoBuy Flash Sales, Deals, and Coupons AutoBuy Flash Sales, Deals, and Coupons
ID gbnahglfafmhaehbdmjedfhdmimjcbed
URL Chính Thức https://chromewebstore.google.com/detail/autobuy-flash-sales-deals/gbnahglfafmhaehbdmjedfhdmimjcbed
Mô tả Now auto buy any type of flash sale products by using our chrome extension
Kích Thước Tệp 996 KB
Số Lần Cài Đặt 26,316
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2020-07-02
Đánh Giá 4.50/5 Tổng số 286 Đánh Giá
Nhà Phát Triển https://autobuyapp.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://autobuyapp.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoBuy Flash Sales, Deals, and Coupons",
    "version": "2.0.5",
    "description": "Now auto buy any type of flash sale products by using our chrome extension",
    "homepage_url": "https:\/\/autobuyapp.com",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "build\/index.html",
        "default_title": "AutoBuy"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "inject\/price_alert.css"
            ],
            "js": [
                "inject\/[email protected]",
                "highcharts\/highcharts.js",
                "highcharts\/exporting.js",
                "highcharts\/data.js",
                "highcharts\/exportdata.js",
                "highcharts\/accessibility.js",
                "inject\/price_alert.js"
            ],
            "matches": [
                "http:\/\/www.flipkart.com\/*",
                "http:\/\/flipkart.com\/*",
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/flipkart.com\/*",
                "http:\/\/dl.flipkart.com\/*",
                "http:\/\/dl.flipkart.com\/*",
                "https:\/\/dl.flipkart.com\/*",
                "https:\/\/dl.flipkart.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "inject\/price_alert.css"
            ],
            "js": [
                "inject\/[email protected]",
                "inject\/amazonScript.js",
                "highcharts\/highcharts.js",
                "highcharts\/exporting.js",
                "highcharts\/data.js",
                "highcharts\/exportdata.js",
                "highcharts\/accessibility.js",
                "inject\/price_alert.js"
            ],
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "http:\/\/www.amazon.in\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/findads.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}