Aiposty Aliexpress Product Importer

Aiposty Aliexpress Product Importer

Τι είναι το Aiposty Aliexpress Product Importer;

Το Aiposty Aliexpress Product Importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aiposty.com, και η κύρια λειτουργία του είναι "Aiposty Aliexpress Product Importer".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Aiposty Aliexpress Product Importer

Λήψη αρχείων επέκτασης Aiposty Aliexpress Product Importer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Import AliExpress products to your Woocommerce/Shopify store with just one click.
Easily edit pricing, title, description, image, variant, tags and so on.
Automatically sync your products to your store.
Get product reviews while collecting products                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Aiposty Aliexpress Product Importer Aiposty Aliexpress Product Importer
ID ppfcnbdojhoigmjdeglebiokghhofhif
Επίσημο URL https://chromewebstore.google.com/detail/aiposty-aliexpress-produc/ppfcnbdojhoigmjdeglebiokghhofhif
Περιγραφή Aiposty Aliexpress Product Importer
Μέγεθος Αρχείου 96.55 KB
Αριθμός Εγκαταστάσεων 57
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2020-07-10
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://aiposty.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.aiposty.com/
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_pluginTitle__",
    "description": "__MSG_pluginDesc__",
    "version": "1.0.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "__MSG_pluginTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "https:\/\/aiposty.com\/"
    ],
    "icons": {
        "128": "img\/logo.png",
        "16": "img\/logo.png",
        "48": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.com\/item\/*"
            ],
            "css": [
                "css\/noty.css",
                "css\/aiposty.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/noty.min.js",
                "js\/product-script.js",
                "js\/notification.js",
                "js\/add-cart.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/category\/*",
                "*:\/\/*.aliexpress.com\/premium\/category\/*",
                "*:\/\/*.aliexpress.com\/af\/category\/*",
                "*:\/\/*.aliexpress.com\/*SearchText*",
                "*:\/\/*.aliexpress.com\/*store*",
                "*:\/\/*.aliexpress.com\/store\/*",
                "*:\/\/*.aliexpress.com\/w\/*"
            ],
            "css": [
                "\/css\/noty.css",
                "\/css\/aiposty.css"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/noty.min.js",
                "\/js\/list-script.js",
                "\/js\/notification.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.aiposty.com\/*"
            ],
            "js": [
                "js\/get-order.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.shoppingcart.aliexpress.com\/shopcart\/*"
            ],
            "css": [
                "css\/noty.css"
            ],
            "js": [
                "js\/noty.min.js",
                "js\/jquery.js",
                "js\/cart.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/noty.css"
            ],
            "js": [
                "js\/noty.min.js",
                "js\/jquery.js",
                "js\/checkout.js"
            ],
            "matches": [
                "*:\/\/*.shoppingcart.aliexpress.com\/orders*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "popup.html",
        "img\/logo.png",
        "img\/import-logo.svg"
    ]
}