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?

AutoBuy Flash Sales, Deals, and Coupons是由https://autobuyapp.com開發的Chrome擴展程式,該擴展的主要功能是“Now auto buy any type of flash sale products by using our chrome extension”。

擴展截圖

screenshot
screenshot

下載AutoBuy Flash Sales, Deals, and Coupons擴展crx文件

下載AutoBuy Flash Sales, Deals, and Coupons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 AutoBuy Flash Sales, Deals, and Coupons AutoBuy Flash Sales, Deals, and Coupons
ID gbnahglfafmhaehbdmjedfhdmimjcbed
官方網址 https://chromewebstore.google.com/detail/autobuy-flash-sales-deals/gbnahglfafmhaehbdmjedfhdmimjcbed
簡介 Now auto buy any type of flash sale products by using our chrome extension
檔案大小 996 KB
安裝次數 26,316
目前版本 2.0.5
更新時間 2023-05-23
上架時間 2020-07-02
評分 4.50/5 共 286 次評分
開發者 https://autobuyapp.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://autobuyapp.com/privacy-policy
支援的語言 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:\/\/*\/*"
    ]
}