AliPacket | Aliexpress ePacket Finder
Easily find aliexpress products with ePacket Finder or SF eParcel Finder
AliPacket | Aliexpress ePacket Finder क्या है?
AliPacket | Aliexpress ePacket Finder Saxsos Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find aliexpress products with ePacket Finder or SF eParcel Finder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AliPacket | Aliexpress ePacket Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The easiest way to find products in AliExpress products with ePacket Finder or SF eParcel. AliPacket works well simultaneously on the new aliexpess interface and the old aliexpress interface. This Aliexpress ePacket finder let you find the products that offer ePacket and SF eParcel shipping easly to save your time. How to Use AliPacket? It’s as easy to use as 1, 2, 3: 1. Download and Install Easy AliExpress ePacket Finder 2. Run A Product Search On AliExpress 3. Every Product That Offers ePacket Shipping Is Highlighted For Quick Discovery. Why our extension is better than others? - You can also identify SF eParcel that its also a fast & cheap shipping company for some countries - You can easly see if the seller use epacket or not and if its free , because our extension identify it with different colors Free ePacket : Green color Paid ePacket : Blue color No ePacket : Red color
एक्सटेंशन की मूल जानकारी
नाम | AliPacket | Aliexpress ePacket Finder |
ID | ehcagmkckknfdkmjlnkmpgcignpjeool |
आधिकारिक URL | https://chromewebstore.google.com/detail/alipacket-aliexpress-epac/ehcagmkckknfdkmjlnkmpgcignpjeool |
विवरण | Easily find aliexpress products with ePacket Finder or SF eParcel Finder |
फ़ाइल का आकार | 418 KB |
स्थापना संख्या | 988 |
वर्तमान संस्करण | 3.0.8 |
अंतिम अपडेट | 2021-11-28 |
प्रकाशन तिथि | 2021-02-23 |
रेटिंग | 4.70/5 कुल 27 रेटिंग्स |
डेवलपर | Saxsos Inc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.saxsos.xyz/ |
सहायता पृष्ठ URL | https://www.saxsos.xyz/p/contact-us.html |
गोपनीयता नीति पृष्ठ URL | https://leadstal.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliPacket | Aliexpress ePacket Finder", "short_name": "Aliexpress ePacket & SF eParcel finder.", "version": "3.0.8", "description": "Easily find aliexpress products with ePacket Finder or SF eParcel Finder", "permissions": [ "storage", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.com\/*" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "js\/domTask.js", "assets\/jquery.min.js", "app.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |