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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |