Aliexpress ePacket identificator

Easily identify aliexpress products with ePacket Finder or SF eParcel

Wat is Aliexpress ePacket identificator?

Aliexpress ePacket identificator is een Chrome-extensie ontwikkeld door DropshipMeta 2, en de belangrijkste functie is "Easily identify aliexpress products with ePacket Finder or SF eParcel".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Aliexpress ePacket identificator

Download Aliexpress ePacket identificator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 !                    

Basisinformatie over de Extensie

Naam Aliexpress ePacket identificator Aliexpress ePacket identificator
ID khgcejcjgjnnoknmgmmdjodfbnebjmpl
Officiële URL https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl
Beschrijving Easily identify aliexpress products with ePacket Finder or SF eParcel
Bestandsgrootte 358 KB
Aantal Installaties 2,122
Huidige Versie 0.0.6
Laatst Bijgewerkt 2020-07-20
Publicatiedatum 2020-07-17
Beoordeling 2.63/5 Totaal 8 Beoordelingen
Ontwikkelaar DropshipMeta 2
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dropshipping-ebay.com
URL van de Privacybeleid Pagina https://dropshipmeta.com/privacy-policy
Ondersteunde Talen 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
}