FlashSaleTricks

Buy Mobiles from FlashSale

FlashSaleTricksคืออะไร?

FlashSaleTricks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.flashsaletricks.com และคุณลักษณะหลักของมันคือ "Buy Mobiles from FlashSale"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlashSaleTricks

ดาวน์โหลดไฟล์ส่วนขยาย FlashSaleTricks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FlashSaleTricks - Buy Mobiles From Flash Sale

Features:

~ Autobuy Mobiles from Flash sale.
~ Auto Checkout feature using PhonePe/BHIM UPI payment method.
~ Coupons: Coupons from various eCommerce sites. Search, Filter by category & Filter by stores.
~ Price Graph: For every product, see the item’s price history for last 3 months. Click right sidebar on the Price graph icon for Price graph history.


Follow Us:
Twitter  : http://twitter.com/flashsaletricks
Google+  : http://google.com/+flashsaletrickscom
Facebook : http://facebook.com/flashsaletricks
Youtube  : https://www.youtube.com/channel/UCsF2gShsMbYIi4quC11aLNQ
Instagram: https://www.instagram.com/flashsaletricks/
Website  : http://flashsaletricks.com
Email    : [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FlashSaleTricks FlashSaleTricks
ID bboalniaekhennojedffbbjlokcpbjgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flashsaletricks/bboalniaekhennojedffbbjlokcpbjgn
คำอธิบาย Buy Mobiles from FlashSale
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 14,938
เวอร์ชันปัจจุบัน 6.3.7
อัปเดตครั้งล่าสุด 2022-02-22
วันที่เผยแพร่ 2020-07-03
คะแนน 4.17/5 รวมทั้งหมด 1002 คะแนน
ผู้พัฒนา https://www.flashsaletricks.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.flashsaletricks.com
URL หน้าช่วยเหลือ https://www.flashsaletricks.com/auto-buy-chrome-extension-for-flash-sale
URL หน้านโยบายความเป็นส่วนตัว https://www.flashsaletricks.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "name": "FlashSaleTricks",
    "short_name": "FlashSaleTricks",
    "version": "6.3.7",
    "manifest_version": 3,
    "description": "Buy Mobiles from FlashSale",
    "homepage_url": "http:\/\/flashsaletricks.com",
    "options_page": "src\/browser_action\/options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/logo.png",
        "default_title": "FlashSaleTricks"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/inject\/flipkart.js"
            ],
            "matches": [
                "https:\/\/www.flipkart.com\/checkout\/init"
            ]
        },
        {
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/inject\/amazon.js"
            ],
            "matches": [
                "https:\/\/www.amazon.in\/b?node=27420168031&tag=saranoo-21",
                "https:\/\/www.amazon.in\/b?node=27420168031&tag=onio08-21",
                "https:\/\/www.amazon.in\/b?node=27917365031&tag=saranoo-21",
                "https:\/\/www.amazon.in\/b?node=27917365031&tag=onio08-21"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/mi_checkout.js"
            ],
            "matches": [
                "*:\/\/www.mi.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}