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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/*"
    ]
}