AutoBuy Flash Sales, Deals, and Coupons

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

O que é AutoBuy Flash Sales, Deals, and Coupons?

AutoBuy Flash Sales, Deals, and Coupons é uma extensão do Chrome desenvolvida por https://autobuyapp.com, e sua principal característica é "Now auto buy any type of flash sale products by using our chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AutoBuy Flash Sales, Deals, and Coupons

Baixe arquivos de extensão AutoBuy Flash Sales, Deals, and Coupons no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome AutoBuy Flash Sales, Deals, and Coupons AutoBuy Flash Sales, Deals, and Coupons
ID gbnahglfafmhaehbdmjedfhdmimjcbed
URL Oficial https://chromewebstore.google.com/detail/autobuy-flash-sales-deals/gbnahglfafmhaehbdmjedfhdmimjcbed
Descrição Now auto buy any type of flash sale products by using our chrome extension
Tamanho do Arquivo 996 KB
Contagem de Instalações 26,316
Versão Atual 2.0.5
Última Atualização 2023-05-23
Data de Publicação 2020-07-02
Classificação 4.50/5 Total de 286 Avaliações
Desenvolvedor https://autobuyapp.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://autobuyapp.com/privacy-policy
Idiomas Suportados 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:\/\/*\/*"
    ]
}