Taknalogy Aliexpress Dropshipping

works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.

Co to jest Taknalogy Aliexpress Dropshipping?

Taknalogy Aliexpress Dropshipping to rozszerzenie Chrome opracowane przez https://taknalogy.com, a jego główną funkcją jest „works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Taknalogy Aliexpress Dropshipping

Pobierz pliki rozszerzeń Taknalogy Aliexpress Dropshipping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Extension works with wordpress plugin which can be installed from the following link. https://wordpress.org/plugins/taxnalogy-aliexpress-product-importer/ 
Once installed copy and paste shop url and access key from the plugin to the extension.
Extension can be used to import products from the search or catalogue page as well as from a single page of aliexpress.com.
Complete documentation can be found from the following page
https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/                    

Podstawowe informacje o rozszerzeniu

Nazwa Taknalogy Aliexpress Dropshipping Taknalogy Aliexpress Dropshipping
ID gbbfmfcdncigpkaefnocojojbncliafb
Oficjalny URL https://chromewebstore.google.com/detail/taknalogy-aliexpress-drop/gbbfmfcdncigpkaefnocojojbncliafb
Opis works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.
Rozmiar pliku 3.96 MB
Liczba instalacji 108
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2020-04-23
Data Publikacji 2020-04-20
Deweloper https://taknalogy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/
Adres URL Strony Pomocy https://taknalogy.com/contact-us/
Adres URL Strony Polityki Prywatności https://taknalogy.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Taknalogy Aliexpress Dropshipping",
    "description": "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.",
    "version": "0.3.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Taknalogy Aliexpress Dropshipping"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "author": "Rab Nawaz",
    "background": {
        "scripts": [
            "app\/scripts\/background\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "app\/scripts\/content\/css\/style.css"
            ],
            "js": [
                "app\/scripts\/content\/productscript.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ]
}