Etsy to Shopify
Copy and paste Etsy customer address to Shopify
ما هو Etsy to Shopify؟
Etsy to Shopify هو إضافة Chrome تم تطويرها بواسطة John Adams، والميزة الرئيسية لها هي "Copy and paste Etsy customer address to Shopify".
تحميل ملف CRX للإضافة Etsy to Shopify
قم بتنزيل ملفات الامتداد Etsy to Shopify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy and paste order # and customer order info from Etsy over to Shopify for quick and easy fulfillment
معلومات أساسية عن التمديد
الاسم | |
ID | bhnbjobohdfcjdckmdcnlaohmeeblebo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/etsy-to-shopify/bhnbjobohdfcjdckmdcnlaohmeeblebo |
الوصف | Copy and paste Etsy customer address to Shopify |
حجم الملف | 77.27 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2017-05-27 |
تاريخ النشر | 2017-05-27 |
المطور | John Adams |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Etsy to Shopify", "version": "1.0.7", "description": "Copy and paste Etsy customer address to Shopify", "author": "John Adams", "permissions": [ "contextMenus", "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon.png", "64": "icon.png", "32": "icon.png", "16": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "incognito": "spanning", "browser_action": { "default_icon": "icon.png", "default_title": "MerchGeek v1.0.7" }, "manifest_version": 2 } |