Taknalogy Aliexpress Reviews Importer

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

Taknalogy Aliexpress Reviews Importer là gì?

Taknalogy Aliexpress Reviews Importer là một tiện ích mở rộng Chrome được phát triển bởi https://taknalogy.com, và tính năng chính của nó là "Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Taknalogy Aliexpress Reviews Importer

Tải xuống các tệp mở rộng Taknalogy Aliexpress Reviews Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Taknalogy Aliexpress Reviews Importer Taknalogy Aliexpress Reviews Importer
ID hkpbllhlbaaldojhfpobclakfbmopgbm
URL Chính Thức https://chromewebstore.google.com/detail/taknalogy-aliexpress-revi/hkpbllhlbaaldojhfpobclakfbmopgbm
Mô tả Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2020-02-29
Ngày Phát Hành 2020-02-29
Nhà Phát Triển https://taknalogy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://taknalogy.com/blog/2019/12/15/taknalogy-aliexpress-reviews-importer-chrome-extension/
URL Trang Trợ Giúp https://taknalogy.com/contact-us/
URL Trang Chính Sách Bảo Mật https://taknalogy.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}