Flipkart Label Downloader
Download Flipkart Labels sorted by SKU & multi item shipment at the end of output pdf. Proudly developed by https://aum.technology
Flipkart Label Downloader là gì?
Flipkart Label Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://aum.technology, và tính năng chính của nó là "Download Flipkart Labels sorted by SKU & multi item shipment at the end of output pdf. Proudly developed by https://aum.technology".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flipkart Label Downloader
Tải xuống các tệp mở rộng Flipkart Label Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Flipkart Label Downloader Extension is intended for flipkart sellers. This module can download flipkart shipping labels and can crop according to the specific size, by the way it has default size set which is pretty well for label printing. Moreover, it'll sort shipments by SKU & put the labels of combo shipments(eg. More than 1 quantity order item shipments) at the end of the output pdf file. So, it gets a lot easier for the seller to pack the labels from warehouse or a shop! ::: Instruction For Usage ::: -------------------------------------------------------------------------------------------------------------------------------------- 1. Get API Keys. Seller Dash Board => Manage Profile => Developer Access => Create New Access (If already exist, one can use it!) => Copy API Key => Copy API Secret 2. Pin Extension & Click on It. It'll show you a pop-up like window. Click on "Set API Keys". A new window will open. Paste previously copied API credentials there and save it. 3. Now, all set. Configure Settings For Download. Just Click on Download & It will download the shipments under "Pending RTD" or "Pending Handover", between the Dispatch By Date (If clicked on ignore date to be yes, the shipments PDF file will be downloaded regardless of date!). You can select downloading mode for single and multi shipments separately. You can also download output PDF with cropped format or non-cropped format based on your selection. By default best configurations are set for PDF cropping. 4. If you face any issues kindly contact us at : [email protected] :::: Privacy Policy :::: We don't collect any information from the end user. We store API keys in the local-storage of chrome browser which will get wiped out if you uninstall a module. We're soon going to upload this extension on github as opensource module. So you can have full trust on us. ::: Github Link ::: https://github.com/aum-technology/flipkart-label-downloader/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Flipkart Label Downloader |
ID | aaflablfikklgpbjfhocibnonplpjbhd |
URL Chính Thức | https://chromewebstore.google.com/detail/flipkart-label-downloader/aaflablfikklgpbjfhocibnonplpjbhd |
Mô tả | Download Flipkart Labels sorted by SKU & multi item shipment at the end of output pdf. Proudly developed by https://aum.technology |
Kích Thước Tệp | 490 KB |
Số Lần Cài Đặt | 146 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2024-01-14 |
Ngày Phát Hành | 2023-07-26 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://aum.technology |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aum-technology/flipkart-label-downloader/ |
URL Trang Trợ Giúp | https://aum.technology |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flipkart Label Downloader", "version": "1.3", "description": "Download Flipkart Labels sorted by SKU & multi item shipment at the end of output pdf. Proudly developed by https:\/\/aum.technology", "action": { "default_popup": "popup.html", "default_title": "Flipkart Label Downloader" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.flipkart.net\/*" ], "icons": { "128": "icon.png" } } |