Aliexpress ePacket identificator

Easily identify aliexpress products with ePacket Finder or SF eParcel

Aliexpress ePacket identificatorとは何ですか?

Aliexpress ePacket identificatorはDropshipMeta 2によって開発されたChromeの拡張機能で、その主な機能は「Easily identify aliexpress products with ePacket Finder or SF eParcel」です。

拡張機能のスクリーンショット

screenshot
screenshot

Aliexpress ePacket identificator拡張機能のCRXファイルをダウンロード

Aliexpress ePacket identificator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}