Taknalogy Aliexpress Dropshipping
works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.
Qu'est-ce que Taknalogy Aliexpress Dropshipping ?
Taknalogy Aliexpress Dropshipping est une extension Chrome développée par https://taknalogy.com, et sa fonction principale est "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Taknalogy Aliexpress Dropshipping
Téléchargez les fichiers d'extension Taknalogy Aliexpress Dropshipping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Taknalogy Aliexpress Dropshipping |
ID | gbbfmfcdncigpkaefnocojojbncliafb |
URL Officiel | https://chromewebstore.google.com/detail/taknalogy-aliexpress-drop/gbbfmfcdncigpkaefnocojojbncliafb |
Description | works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress. |
Taille du Fichier | 3.96 MB |
Nombre d'Installations | 108 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2020-04-23 |
Date de Publication | 2020-04-20 |
Développeur | https://taknalogy.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/ |
URL de la Page d'Aide | https://taknalogy.com/contact-us/ |
URL de la Page de Politique de Confidentialité | https://taknalogy.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |