FlashSaleTricks

Buy Mobiles from FlashSale

Cos'è FlashSaleTricks?

FlashSaleTricks è un'estensione di Chrome sviluppata da https://www.flashsaletricks.com, e la sua funzione principale è "Buy Mobiles from FlashSale".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FlashSaleTricks

Scarica i file di estensione FlashSaleTricks 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

                        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]                    

Informazioni di Base sull'Estensione

Nome FlashSaleTricks FlashSaleTricks
ID bboalniaekhennojedffbbjlokcpbjgn
URL Ufficiale https://chromewebstore.google.com/detail/flashsaletricks/bboalniaekhennojedffbbjlokcpbjgn
Descrizione Buy Mobiles from FlashSale
Dimensione del File 1.19 MB
Conteggio Installazioni 14,938
Versione Corrente 6.3.7
Ultimo Aggiornamento 2022-02-22
Data di Pubblicazione 2020-07-03
Valutazione 4.17/5 Totale 1002 Valutazioni
Sviluppatore https://www.flashsaletricks.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.flashsaletricks.com
URL della Pagina di Aiuto https://www.flashsaletricks.com/auto-buy-chrome-extension-for-flash-sale
URL della Pagina della Politica sulla Privacy https://www.flashsaletricks.com/privacy-policy
Lingue Supportate 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"
        }
    ]
}