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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WellWishers และคุณลักษณะหลักของมันคือ "This extension can automatically book your product on scheduled time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flipkart - Schedule & Auto Order| Flash Sale
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } |