Taknalogy Aliexpress Dropshipping
works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.
什么是Taknalogy Aliexpress Dropshipping?
Taknalogy Aliexpress Dropshipping是由https://taknalogy.com开发的Chrome扩展程序,该扩展的主要功能是“works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.”。
扩展截图
下载Taknalogy Aliexpress Dropshipping扩展crx文件
下载Taknalogy Aliexpress Dropshipping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | Taknalogy Aliexpress Dropshipping |
ID | gbbfmfcdncigpkaefnocojojbncliafb |
官方URL | https://chromewebstore.google.com/detail/taknalogy-aliexpress-drop/gbbfmfcdncigpkaefnocojojbncliafb |
简介 | works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress. |
文件大小 | 3.96 MB |
安装次数 | 108 |
当前版本 | 0.3.0 |
更新时间 | 2020-04-23 |
上架时间 | 2020-04-20 |
开发者 | https://taknalogy.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/ |
帮助页面URL | https://taknalogy.com/contact-us/ |
隐私政策页面URL | https://taknalogy.com/privacy-policy |
支持的语言 | 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\/*" ] } |