FlashSaleTricks
Buy Mobiles from FlashSale
Wat is FlashSaleTricks?
FlashSaleTricks is een Chrome-extensie ontwikkeld door https://www.flashsaletricks.com, en de belangrijkste functie is "Buy Mobiles from FlashSale".
Extensie Screenshots
Download het CRX-bestand van de extensie FlashSaleTricks
Download FlashSaleTricks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | FlashSaleTricks |
ID | bboalniaekhennojedffbbjlokcpbjgn |
Officiële URL | https://chromewebstore.google.com/detail/flashsaletricks/bboalniaekhennojedffbbjlokcpbjgn |
Beschrijving | Buy Mobiles from FlashSale |
Bestandsgrootte | 1.19 MB |
Aantal Installaties | 14,938 |
Huidige Versie | 6.3.7 |
Laatst Bijgewerkt | 2022-02-22 |
Publicatiedatum | 2020-07-03 |
Beoordeling | 4.17/5 Totaal 1002 Beoordelingen |
Ontwikkelaar | https://www.flashsaletricks.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.flashsaletricks.com |
Help Pagina-URL | https://www.flashsaletricks.com/auto-buy-chrome-extension-for-flash-sale |
URL van de Privacybeleid Pagina | https://www.flashsaletricks.com/privacy-policy |
Ondersteunde Talen | 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" } ] } |