Taknalogy Aliexpress Reviews Importer
Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.
What is Taknalogy Aliexpress Reviews Importer?
Taknalogy Aliexpress Reviews Importer is a Chrome extension developed by https://taknalogy.com, and its main feature is "Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.".
Extension Screenshots
Download Taknalogy Aliexpress Reviews Importer Extension CRX File
Download Taknalogy Aliexpress Reviews Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Taknalogy Aliexpress Reviews Importer |
ID | hkpbllhlbaaldojhfpobclakfbmopgbm |
Official URL | https://chromewebstore.google.com/detail/taknalogy-aliexpress-revi/hkpbllhlbaaldojhfpobclakfbmopgbm |
Description | Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away. |
File Size | 1.46 MB |
Installation Count | 58 |
Current Version | 0.4.0 |
Last Updated | 2020-02-29 |
Publish Date | 2020-02-29 |
Developer | https://taknalogy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://taknalogy.com/blog/2019/12/15/taknalogy-aliexpress-reviews-importer-chrome-extension/ |
Help Page URL | https://taknalogy.com/contact-us/ |
Privacy Policy Page URL | https://taknalogy.com/privacy-policy |
Supported Languages | 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" ] } |