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.」です。
拡張機能のスクリーンショット
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)
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } ] } |