AutoBuy Flash Sales, Deals, and Coupons

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

Cos'è AutoBuy Flash Sales, Deals, and Coupons?

AutoBuy Flash Sales, Deals, and Coupons è un'estensione di Chrome sviluppata da https://autobuyapp.com, e la sua funzione principale è "Now auto buy any type of flash sale products by using our chrome extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AutoBuy Flash Sales, Deals, and Coupons

Scarica i file di estensione AutoBuy Flash Sales, Deals, and Coupons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AutoBuy Flash Sales, Deals, and Coupons AutoBuy Flash Sales, Deals, and Coupons
ID gbnahglfafmhaehbdmjedfhdmimjcbed
URL Ufficiale https://chromewebstore.google.com/detail/autobuy-flash-sales-deals/gbnahglfafmhaehbdmjedfhdmimjcbed
Descrizione Now auto buy any type of flash sale products by using our chrome extension
Dimensione del File 996 KB
Conteggio Installazioni 26,316
Versione Corrente 2.0.5
Ultimo Aggiornamento 2023-05-23
Data di Pubblicazione 2020-07-02
Valutazione 4.50/5 Totale 286 Valutazioni
Sviluppatore https://autobuyapp.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://autobuyapp.com/privacy-policy
Lingue Supportate 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:\/\/*\/*"
    ]
}