Taknalogy Aliexpress Dropshipping
works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.
Was ist Taknalogy Aliexpress Dropshipping?
Taknalogy Aliexpress Dropshipping ist eine Chrome-Erweiterung, die von https://taknalogy.com entwickelt wurde, und ihr Hauptmerkmal ist "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.".
Erweiterungsscreenshots
Taknalogy Aliexpress Dropshipping-Erweiterungs-CRX-Datei herunterladen
Laden Sie Taknalogy Aliexpress Dropshipping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Taknalogy Aliexpress Dropshipping |
ID | gbbfmfcdncigpkaefnocojojbncliafb |
Offizielle URL | https://chromewebstore.google.com/detail/taknalogy-aliexpress-drop/gbbfmfcdncigpkaefnocojojbncliafb |
Beschreibung | works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress. |
Dateigröße | 3.96 MB |
Installationsanzahl | 108 |
Aktuelle Version | 0.3.0 |
Letztes Update | 2020-04-23 |
Veröffentlichungsdatum | 2020-04-20 |
Entwickler | https://taknalogy.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/ |
Hilfeseite URL | https://taknalogy.com/contact-us/ |
URL der Datenschutzrichtlinien-Seite | https://taknalogy.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |