Outlink Product Importer

Import products from virtually any ecommerce site to your Shopify store in just a few clicks.

ما هو Outlink Product Importer؟

Outlink Product Importer هو إضافة Chrome تم تطويرها بواسطة Thalia Apps، والميزة الرئيسية لها هي "Import products from virtually any ecommerce site to your Shopify store in just a few clicks.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Outlink Product Importer

قم بتنزيل ملفات الامتداد Outlink Product Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Outlink Product Importer Chrome Extension helps Shopify Outlink app merchants and affiliate marketeers import products from virtually any online site to their Shopify store.

Step 1 - Signup for Shopify and install Outlink app from Shopify app store.
Step 2 - Install Outlink Product Importer free Chrome Extension. 
Step 3 - Visit a product details page on any online store.
Step 4 - Click the Outlink Extension (top right corner of the browser.)
Step 5 - Outlink app will extract product data (title, description, images ...) and show it to you in a form.
Step 6 - Verify and edit the data. Click 'Add product' button to import the item to your Shopify store!                    

معلومات أساسية عن التمديد

الاسم Outlink Product Importer Outlink Product Importer
ID cpiebjkjnbnhohdoookoncpamnbmgkbo
عنوان URL الرسمي https://chromewebstore.google.com/detail/outlink-product-importer/cpiebjkjnbnhohdoookoncpamnbmgkbo
الوصف Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
حجم الملف 151 KB
عدد التثبيتات 616
النسخة الحالية 2.01
آخر تحديث 2020-09-04
تاريخ النشر 2020-04-30
تقييم 5.00/5 مجموع تقييمات 4
المطور Thalia Apps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://apps.shopify.com/external-affiliate-product-links
عنوان صفحة المساعدة https://outlinkapp.freshdesk.com/support/home
عنوان صفحة سياسة الخصوصية https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outlink Product Importer",
    "short_name": "Outlink",
    "description": "Import products from virtually any ecommerce site to your Shopify store in just a few clicks.",
    "version": "2.01",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "https:\/\/apps.shopify.com\/external-affiliate-product-links",
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}