Hexcode Flash Sale AutoBuy

Autobuy Flash Sale Mobiles on Amazon & Flipkart.

ما هو Hexcode Flash Sale AutoBuy؟

Hexcode Flash Sale AutoBuy هو إضافة Chrome تم تطويرها بواسطة https://hexcode.in، والميزة الرئيسية لها هي "Autobuy Flash Sale Mobiles on Amazon & Flipkart.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hexcode Flash Sale AutoBuy

قم بتنزيل ملفات الامتداد Hexcode Flash Sale AutoBuy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It helps you to buy Flash sale mobiles which comes in stock for a very limited time.

AutoBuy Script for Amazon Mobiles:
> Updated Extension to Autobuy Redmi Note 10
> Updated Extension to Autobuy Redmi Note 10 Pro
> Updated Script to AutoBuy Redmi Note 10 Pro Max on Amazon

Supported mobiles on Flipkart:

Poco M2 Pro, Redmi Go, Realme C2, Redmi 8a, Realme C3, Realme Narzo 10A, Infinix Hot 8, Moto G8 Power lite, Redmi 8, Realme 5i, Realme 6i, Infinix Hot 9 Pro, Realme 5s, Realme Narzo 10, Realme 6, Moto one Fusion+, Realme 6 pro.

Here's how this extension works:

to Autobuy mobiles on Amazon:

1. Just open flash sale page of smartphone given in extension before sale.
2. It will try to add all variants to cart.
3. Just checkout whichever smartphone you need.

to Autobuy mobiles on Flipkart:

1. First of all, Add this extension.
2. Click on Hexcode icon in Top Right corner of your browser and Choose which Mobile/product you want to buy.
3. You will be redirected to Flipkart.com product page. (Which you chose above)
4. This extension will keep refreshing buy page and as soon as the sale starts, It will Automatically add that Mobile to your cart.
5. After that, it will automatically proceed to payment page by choosing your default saved address.
6. Now you just need to select your payment method and complete payment.
7. Congrats! You have successfully bought your mobile in Flash sale!

Some Tips which will help you to successfully buy Flash sale mobiles:

1. Signup or Login to your account before sale. (At least 15-20 mins)
2. Save your shipping address before sale (Go to My Account >> My Addresses >> Add new address)
3. Make sure your Computer/Laptop date and time is correct.

If you have any Problem, Suggestion or Question please let us know by clicking on Support Tab.                    

معلومات أساسية عن التمديد

الاسم Hexcode Flash Sale AutoBuy Hexcode Flash Sale AutoBuy
ID pmmpiolgdeaaocobfebplelblpkadjno
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hexcode-flash-sale-autobu/pmmpiolgdeaaocobfebplelblpkadjno
الوصف Autobuy Flash Sale Mobiles on Amazon & Flipkart.
حجم الملف 67.93 KB
عدد التثبيتات 1,651
النسخة الحالية 1.2.20
آخر تحديث 2021-03-21
تاريخ النشر 2020-06-23
تقييم 4.26/5 مجموع تقييمات 42
المطور https://hexcode.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hexcode.in/
عنوان صفحة المساعدة https://hexcode.in/extension/
عنوان صفحة سياسة الخصوصية https://hexcode.in/privacy-policy
اللغات المدعومة en-GB
manifest.json
{
    "name": "Hexcode Flash Sale AutoBuy",
    "short_name": "Hexcode",
    "version": "1.2.20",
    "manifest_version": 2,
    "description": "Autobuy Flash Sale Mobiles on Amazon & Flipkart.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/hexcode.in\/",
    "icons": {
        "16": "icons\/hexcode-icon-16.png",
        "48": "icons\/hexcode-icon-32.png",
        "128": "icons\/hexcode-icon-128.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/hexcode-icon-32.png",
        "default_title": "Hexcode flash Sale AutoBuy"
    },
    "permissions": [],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/inject\/flipkart.js"
            ],
            "matches": [
                "https:\/\/www.flipkart.com\/redmi-go-black-16-gb\/*"
            ]
        },
        {
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/inject\/amazon.js"
            ],
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.in\/b\/*"
            ]
        }
    ]
}