FlashSales: Made easy-Buy phone in flashsale

Buy any item from flash sale on amazon flipkart mi.com and realme.com

FlashSales: Made easy-Buy phone in flashsale là gì?

FlashSales: Made easy-Buy phone in flashsale là một tiện ích mở rộng Chrome được phát triển bởi Vishal Choudhary, và tính năng chính của nó là "Buy any item from flash sale on amazon flipkart mi.com and realme.com".

Ả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 FlashSales: Made easy-Buy phone in flashsale

Tải xuống các tệp mở rộng FlashSales: Made easy-Buy phone in flashsale 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

                        this extension is updated for  redmi note 10, redmi note 10 pro , redmi note 10 pro max
this extension help to buy product at the flash sale, it will automatically checkout your product to your default address. this extension work on flipkart, amazon, mi and realme website.                    

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

Tên FlashSales: Made easy-Buy phone in flashsale FlashSales: Made easy-Buy phone in flashsale
ID kkbmdecdfgocinapddihccpbebocmnip
URL Chính Thức https://chrome.google.com/webstore/detail/flashsales-made-easy-buy/kkbmdecdfgocinapddihccpbebocmnip
Mô tả Buy any item from flash sale on amazon flipkart mi.com and realme.com
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 1.0.73
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2020-06-15
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Vishal Choudhary
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.tricks4you.in/
URL Trang Trợ Giúp https://www.tricks4you.in/p/pric.html
URL Trang Chính Sách Bảo Mật https://www.tricks4you.in/p/pric.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "src\/browser_action\/Check.html",
        "default_title": "FlashSales Made easy"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/ext\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/am\/amz.js",
                "js\/re\/get_realme.js",
                "js\/re\/get_chk.js",
                "js\/ext\/ext.js"
            ],
            "matches": [
                "https:\/\/www.tricks4you.in\/2019\/04\/realme.html"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/re\/cart.js"
            ],
            "matches": [
                "https:\/\/buy.realme.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/re\/checkout.js"
            ],
            "matches": [
                "https:\/\/buy.realme.com\/in\/check*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/fk\/g_flipkart.js",
                "js\/fk\/f_chk.js",
                "js\/ext\/ext.js",
                "js\/fk\/f_cus.js"
            ],
            "matches": [
                "https:\/\/www.tricks4you.in\/2019\/03\/flipkart-flash-sale.html"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/mi\/g_redmi.js",
                "js\/ext\/ext.js",
                "js\/mi\/mi_chk.js"
            ],
            "matches": [
                "https:\/\/www.tricks4you.in\/2019\/03\/mi-flash-sale.html"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/am\/get_amazon.js",
                "js\/ext\/ext.js"
            ],
            "matches": [
                "https:\/\/www.tricks4you.in\/2019\/04\/amazon-flash-sale.html"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/am\/JS_amazon.js",
                "js\/ext\/exp2.js"
            ],
            "matches": [
                "https:\/\/www.amazon.in\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/fk\/JS_flipkart.js",
                "js\/fk\/JS_costom.js"
            ],
            "matches": [
                "https:\/\/www.flipkart.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/mi\/redmi.js",
                "js\/mi\/redmi_bn.js"
            ],
            "matches": [
                "http:\/\/www.mi.com\/in\/flashsale\/choosePro\/*",
                "https:\/\/www.mi.com\/in\/flashsale\/choosePro\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/mi\/checkout.js"
            ],
            "matches": [
                "http:\/\/buy.mi.com\/in\/buy\/checkout",
                "https:\/\/buy.mi.com\/in\/buy\/checkout",
                "https:\/\/store.mi.com\/in\/buy\/checkout",
                "http:\/\/store.mi.com\/in\/buy\/checkout",
                "https:\/\/buy.mi.co.id\/id\/buy\/checkout",
                "http:\/\/buy.mi.co.id\/id\/buy\/checkout"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/fk\/ask.js"
            ],
            "matches": [
                "https:\/\/www.flipkart.com\/orderresponse*",
                "https:\/\/store.mi.com\/in\/buy\/confirm\/*",
                "https:\/\/buy.realme.com\/in\/payment-result?orderNo=*",
                "https:\/\/buy.mi.co.id\/id\/buy\/confirm\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/amz.js",
                "js\/mi\/Autocart.js"
            ],
            "matches": [
                "https:\/\/store.mi.com\/in\/cart\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Buy any item from flash sale on amazon flipkart mi.com and realme.com",
    "icons": {
        "128": "icons\/E128.png",
        "16": "icons\/E16.png",
        "48": "icons\/E48.png"
    },
    "manifest_version": 2,
    "name": "FlashSales: Made easy-Buy phone in flashsale",
    "options_page": "src\/browser_action\/Check.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "js\/logo.png",
        "js\/wh\/web.png"
    ],
    "short_name": "Buy Phones On FlashSales ",
    "version": "1.0.73",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' "
}