Aliexpress ePacket identificator

Easily identify aliexpress products with ePacket Finder or SF eParcel

Aliexpress ePacket identificator क्या है?

Aliexpress ePacket identificator DropshipMeta 2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily identify aliexpress products with ePacket Finder or SF eParcel"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aliexpress ePacket identificator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Aliexpress ePacket finder & identification let you find the products that offer ePacket and SF eParcel shipping easly to save your time
Why our extension is better than others ? 
1. you can also identify SF eParcel that its also a fast & cheap shipping company for some countries
2. 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
Add our extension and save 30% of your time !                    

एक्सटेंशन की मूल जानकारी

नाम Aliexpress ePacket identificator Aliexpress ePacket identificator
ID khgcejcjgjnnoknmgmmdjodfbnebjmpl
आधिकारिक URL https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl
विवरण Easily identify aliexpress products with ePacket Finder or SF eParcel
फ़ाइल का आकार 358 KB
स्थापना संख्या 2,122
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2020-07-20
प्रकाशन तिथि 2020-07-17
रेटिंग 2.63/5 कुल 8 रेटिंग्स
डेवलपर DropshipMeta 2
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dropshipping-ebay.com
गोपनीयता नीति पृष्ठ URL https://dropshipmeta.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress ePacket identificator",
    "short_name": "Aliexpress ePacket & SF eParcel Identificator",
    "version": "0.0.6",
    "description": "Easily identify aliexpress products with ePacket Finder or SF eParcel",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.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\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/domTask.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}