Aliexpess Epacket Finder
Easy Finder for product with Epacket on Aliexpress
Aliexpess Epacket Finder क्या है?
Aliexpess Epacket Finder bravoapp46 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy Finder for product with Epacket on Aliexpress"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aliexpess Epacket Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily find products in Aliexpress which offer ePacket shipping methods. Why use us? - Easy to use and install - Save time to check each products to find the products which offer ePacket shipping methods How Ali ePacket Filter works? You will easily find the product with ePacket shipping method with color highlight as follows: - Green Color: Free ePacket - Red Color: No ePacket You will no longer waste your time to find ePacket shipping products now. Please feel free to contact us if you need any support.
एक्सटेंशन की मूल जानकारी
नाम | Aliexpess Epacket Finder |
ID | andkofjmochflkanoplalhnelececong |
आधिकारिक URL | https://chromewebstore.google.com/detail/aliexpess-epacket-finder/andkofjmochflkanoplalhnelececong |
विवरण | Easy Finder for product with Epacket on Aliexpress |
फ़ाइल का आकार | 366 KB |
स्थापना संख्या | 462 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2022-04-26 |
प्रकाशन तिथि | 2019-07-24 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | bravoapp46 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://alidropshipfinder.com/ |
सहायता पृष्ठ URL | https://alidropshipfinder.com/ |
गोपनीयता नीति पृष्ठ URL | https://alidropshipfinder.com/privacy-and-cookies-policy |
समर्थित भाषाएँ | id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "data\/icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "data\/js\/libs\/jquery.min.js", "data\/js\/libs\/jquery.waypoints.min.js", "data\/js\/content.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.aliexpress.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "description": "Easy Finder for product with Epacket on Aliexpress", "icons": { "128": "data\/icons\/icon128.png", "16": "data\/icons\/icon128.png", "48": "data\/icons\/icon128.png" }, "default_locale": "en", "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "tabs", "storage" ], "version": "0.0.3", "web_accessible_resources": [ "data\/*" ], "background": { "scripts": [ "data\/js\/libs\/jquery.min.js", "data\/js\/bg.js" ] } } |