Flipkart - Schedule & Auto Order| Flash Sale

This extension can automatically book your product on scheduled time.

Flipkart - Schedule & Auto Order| Flash Sale란 무엇입니까?

Flipkart - Schedule & Auto Order| Flash Sale은(는) WellWishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can automatically book your product on scheduled time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flipkart - Schedule & Auto Order| Flash Sale 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We are working to lower the man power,so this time we have decided to create an application,which can automatically order your products from merchent website.
You just have to provide your product URL and need to schedule your time of purchase,and this tool will automatically purchase your order (on COD).

Note: This application only supports Flipkart Merchent.
Note: Additional file is provided in extension,and should be downloaded before first use.

You can download it from here anyway. 

https://firebasestorage.googleapis.com/v0/b/flipkart-extension-wellwisher.appspot.com/o/backspacetool.zip?alt=media&token=13a83aa3-b16a-4af9-a7e0-9b7265c38e7c   (19.38MB)                    

확장 프로그램 기본 정보

이름 Flipkart - Schedule & Auto Order| Flash Sale Flipkart - Schedule & Auto Order| Flash Sale
ID eigcamfmfpjdiijcjnmgelfmkmjdgfep
공식 URL https://chrome.google.com/webstore/detail/flipkart-schedule-auto-or/eigcamfmfpjdiijcjnmgelfmkmjdgfep
설명 This extension can automatically book your product on scheduled time.
파일 크기 821 KB
설치 횟수 87
현재 버전 1.1.4
최근 업데이트 2020-10-03
출시 날짜 2020-09-22
평점 5.00/5 총 1 개의 평점
개발자 WellWishers
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flipkart - Schedule & Auto Order| Flash Sale",
    "description": "This extension can automatically book your product on scheduled time.",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "popup.js",
            "background.js",
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.flipkart.com\/*",
                "https:\/\/*.flipkart.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js",
                "jquery.countdown.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}