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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://taknalogy.com และคุณลักษณะหลักของมันคือ "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taknalogy Aliexpress Dropshipping

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}