Aliexpress ePacket identificator

Easily identify aliexpress products with ePacket Finder or SF eParcel

O que é Aliexpress ePacket identificator?

Aliexpress ePacket identificator é uma extensão do Chrome desenvolvida por DropshipMeta 2, e sua principal característica é "Easily identify aliexpress products with ePacket Finder or SF eParcel".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Aliexpress ePacket identificator

Baixe arquivos de extensão Aliexpress ePacket identificator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 !                    

Informações Básicas da Extensão

Nome Aliexpress ePacket identificator Aliexpress ePacket identificator
ID khgcejcjgjnnoknmgmmdjodfbnebjmpl
URL Oficial https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl
Descrição Easily identify aliexpress products with ePacket Finder or SF eParcel
Tamanho do Arquivo 358 KB
Contagem de Instalações 2,122
Versão Atual 0.0.6
Última Atualização 2020-07-20
Data de Publicação 2020-07-17
Classificação 2.63/5 Total de 8 Avaliações
Desenvolvedor DropshipMeta 2
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dropshipping-ebay.com
URL da Página de Política de Privacidade https://dropshipmeta.com/privacy-policy
Idiomas Suportados 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
}