FlashSaleTricks

Buy Mobiles from FlashSale

FlashSaleTricks란 무엇입니까?

FlashSaleTricks은(는) https://www.flashsaletricks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Buy Mobiles from FlashSale"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FlashSaleTricks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}