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是由https://taknalogy.com开发的Chrome扩展程序,该扩展的主要功能是“Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.”。

扩展截图

screenshot

下载Taknalogy Aliexpress Reviews Importer扩展crx文件

下载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"
    ]
}