Flipkart & Amazon Flash Sale - ChromeXT

Autobuy any product and Auto-apply Coupons on top sites like Flipkart, Amazon, Myntra and many more

ما هو Flipkart & Amazon Flash Sale - ChromeXT؟

Flipkart & Amazon Flash Sale - ChromeXT هو إضافة Chrome تم تطويرها بواسطة https://chromext.app، والميزة الرئيسية لها هي "Autobuy any product and Auto-apply Coupons on top sites like Flipkart, Amazon, Myntra and many more".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Flipkart & Amazon Flash Sale - ChromeXT

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

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

                        India's fastest-growing shopping extension. Auto-buy any product on Flash Sale and Auto-apply Coupons on top sites like Flipkart, Amazon, Myntra, and many more features coming soon.
 
** List of Features **

AutoBuy Flash Sale Extension
--------------------------------------------------
Buying Mobile on Flash Sale could be a tedious task due to high traffic. I have faced this issue a lot, being a developer after a lot of effort, build this auto-buy extension to any product on Flash Sale. With the new manually start script feature, we have the control to start and stop any script anytime.

- Buy any product on Flipkart Flash Sale with this extension
- Buy any product on Amazon Flash Sale with this extension
- Exclusive PS5 Flash Sale Extension feature added with store like 
   ShopATSC and other
- Exclusive XBOX Flash Sale Extension Feature added.

- How to use this extension : 
1. Click the Product Name to open the product page.
2. ON the product switch on the extension before the flash sale.
3. The script will autostart 2 min before the sale.
4. You can also start and stop the script whenever you want (new)
5. The script will add the product to the cart.
6. After that, you will be provided 10 min or less by the company to order the product, before it becomes out of stock.
7. Happy Purchasing !!

AutoApply Coupons Feature 
------------------------------------------------
Who does not want to save money by using coupons, but finding the working coupon all over the internet and trying each one to see which saves you more is a lot of work. Use ChromeXT, we will do all your work in seconds.

- More than 300+ stores and increasing daily.
- Most updated coupons available.
- Auto-apply all the coupon in seconds (coming soon)


More Interesting Features like Price Tracking, Price Graph, Wishlist coming soon. Remain updated by Downloading Now.

------------------------------------------------------------------------

Just Give it a try and provide us the feedback and if you want any improvement or changes feel free to comment or contact us at -https://www.chromext.app/contact                    

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

الاسم Flipkart & Amazon Flash Sale - ChromeXT Flipkart & Amazon Flash Sale - ChromeXT
ID jdndlnfepifglbjmdmplkjlohafgjfak
عنوان URL الرسمي https://chromewebstore.google.com/detail/flipkart-amazon-flash-sal/jdndlnfepifglbjmdmplkjlohafgjfak
الوصف Autobuy any product and Auto-apply Coupons on top sites like Flipkart, Amazon, Myntra and many more
حجم الملف 348 KB
عدد التثبيتات 5,223
النسخة الحالية 2.4.2
آخر تحديث 2021-09-12
تاريخ النشر 2020-01-10
تقييم 4.87/5 مجموع تقييمات 31
المطور https://chromext.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.chromext.app/
عنوان صفحة سياسة الخصوصية https://chromext.app/privacy-policy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flipkart & Amazon Flash Sale - ChromeXT",
    "description": "Autobuy any product and Auto-apply Coupons on top sites like Flipkart, Amazon, Myntra and many more",
    "version": "2.4.2",
    "browser_action": {
        "default_icon": "icon160.png",
        "default_popup": "popup.html",
        "default_title": "ChromeXT"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/shopatsc.com\/*",
                "*:\/\/*.mi.com\/*",
                "*:\/\/in.event.mi.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "160": "icon160.png"
    },
    "web_accessible_resources": [
        "svg\/*",
        "css\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}