Shopify to Aliexpress Fast Orders
With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
What is Shopify to Aliexpress Fast Orders?
Shopify to Aliexpress Fast Orders is a Chrome extension developed by salahodinalayoubi2017, and its main feature is "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".
Extension Screenshots
Download Shopify to Aliexpress Fast Orders Extension CRX File
Download Shopify to Aliexpress Fast Orders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shopify to Aliexpress Fast Orders : With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress This shopify dropshipping extension will help you to make the orders from aliexpress in less than 1 minute Shopify to Aliexpress Fast Orders
Extension Basic Information
Name | Shopify to Aliexpress Fast Orders |
ID | kfegaajjmiaiajkgoifbmhieibnkolhf |
Official URL | https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf |
Description | With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress. |
File Size | 858 KB |
Installation Count | 54 |
Current Version | 0.1 |
Last Updated | 2020-01-14 |
Publish Date | 2020-01-14 |
Rating | 4.50/5 Total 2 Ratings |
Developer | salahodinalayoubi2017 |
Payment Type | free |
Extension Website | https://dropshipping-ebay.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify to Aliexpress Fast Orders", "short_name": "Shopify to Aliexpress Fast Orders", "version": "0.1", "manifest_version": 2, "description": "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/icon.png", "default_title": "Shopify to Aliexpress" }, "options_page": "src\/browser_action\/browser_action.html", "content_scripts": [ { "matches": [ "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "*:\/\/*.myshopify.com\/*", "*:\/\/*.aliexpress.com\/*" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "web_accessible_resources": [ "icons\/icon.png" ] } |