Taknalogy Aliexpress Reviews Importer

Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.

Taknalogy Aliexpress Reviews Importerคืออะไร?

Taknalogy Aliexpress Reviews Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://taknalogy.com และคุณลักษณะหลักของมันคือ "Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Taknalogy Aliexpress Reviews Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will helps users import product reviews from aliexpress product pages for their ecommerce stores. It works for both shopify and woocommerce based stores. 
Users who are selling aliexpress products need real product reviews. They import products from aliexpress using other tools. This extension will provide additional support to import reviews.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Taknalogy Aliexpress Reviews Importer Taknalogy Aliexpress Reviews Importer
ID hkpbllhlbaaldojhfpobclakfbmopgbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taknalogy-aliexpress-revi/hkpbllhlbaaldojhfpobclakfbmopgbm
คำอธิบาย Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2020-02-29
วันที่เผยแพร่ 2020-02-29
ผู้พัฒนา https://taknalogy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://taknalogy.com/blog/2019/12/15/taknalogy-aliexpress-reviews-importer-chrome-extension/
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 Reviews Importer",
    "description": "Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.",
    "version": "0.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Taknalogy Aliexpress Reviews Importer"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "author": "Rab Nawaz",
    "background": {
        "scripts": [
            "app\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "all_frames": true,
            "js": [
                "app\/initialkick.min.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "all_frames": true,
            "js": [
                "app\/feedback.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-Iae6WLl6zL4rLXDsUF8TeMoPRw9bVxQerw7rNEad0QM='; object-src 'self'",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}