Shopify to Aliexpress Fast Orders
With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.
Hvad er Shopify to Aliexpress Fast Orders?
Shopify to Aliexpress Fast Orders er en Chrome-udvidelse udviklet af salahodinalayoubi2017, og dens hovedfunktion er "With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress.".
Udvidelsesskærmbilleder
Download Shopify to Aliexpress Fast Orders-udvidelses-CRX-fil
Download Shopify to Aliexpress Fast Orders-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Shopify to Aliexpress Fast Orders |
ID | kfegaajjmiaiajkgoifbmhieibnkolhf |
Officiel URL | https://chromewebstore.google.com/detail/shopify-to-aliexpress-fas/kfegaajjmiaiajkgoifbmhieibnkolhf |
Beskrivelse | With only Two clicks this extension will copy your customer shipping address from shopify and paste it on Aliexpress. |
Filstørrelse | 858 KB |
Antal Installationer | 54 |
Nuværende Version | 0.1 |
Senest Opdateret | 2020-01-14 |
Udgivelsesdato | 2020-01-14 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | salahodinalayoubi2017 |
Betalingsmetode | free |
Udvidelseswebsted | https://dropshipping-ebay.com/ |
Understøttede Sprog | 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" ] } |