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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can automatically book your product on scheduled time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flipkart - Schedule & Auto Order| Flash Sale एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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)
एक्सटेंशन की मूल जानकारी
नाम | |
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" } ] } |