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文件

下载Flipkart - Schedule & Auto Order| Flash Sale扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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