Aliexpess Epacket Finder
Easy Finder for product with Epacket on Aliexpress
Aliexpess Epacket Finderとは何ですか?
Aliexpess Epacket Finderはbravoapp46によって開発されたChromeの拡張機能で、その主な機能は「Easy Finder for product with Epacket on Aliexpress」です。
拡張機能のスクリーンショット
Aliexpess Epacket Finder拡張機能のCRXファイルをダウンロード
Aliexpess Epacket Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } } |