FlashSaleTricks
Buy Mobiles from FlashSale
FlashSaleTricks là gì?
FlashSaleTricks là một tiện ích mở rộng Chrome được phát triển bởi https://www.flashsaletricks.com, và tính năng chính của nó là "Buy Mobiles from FlashSale".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FlashSaleTricks
Tải xuống các tệp mở rộng FlashSaleTricks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FlashSaleTricks |
ID | bboalniaekhennojedffbbjlokcpbjgn |
URL Chính Thức | https://chromewebstore.google.com/detail/flashsaletricks/bboalniaekhennojedffbbjlokcpbjgn |
Mô tả | Buy Mobiles from FlashSale |
Kích Thước Tệp | 1.19 MB |
Số Lần Cài Đặt | 14,938 |
Phiên Bản Hiện Tại | 6.3.7 |
Cập Nhật Lần Cuối | 2022-02-22 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 4.17/5 Tổng số 1002 Đánh Giá |
Nhà Phát Triển | https://www.flashsaletricks.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.flashsaletricks.com |
URL Trang Trợ Giúp | https://www.flashsaletricks.com/auto-buy-chrome-extension-for-flash-sale |
URL Trang Chính Sách Bảo Mật | https://www.flashsaletricks.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |