Taknalogy Aliexpress Reviews Importer
Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.
Wat is Taknalogy Aliexpress Reviews Importer?
Taknalogy Aliexpress Reviews Importer is een Chrome-extensie ontwikkeld door https://taknalogy.com, en de belangrijkste functie is "Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.".
Extensie Screenshots
Download het CRX-bestand van de extensie Taknalogy Aliexpress Reviews Importer
Download Taknalogy Aliexpress Reviews Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Taknalogy Aliexpress Reviews Importer |
ID | hkpbllhlbaaldojhfpobclakfbmopgbm |
Officiële URL | https://chromewebstore.google.com/detail/taknalogy-aliexpress-revi/hkpbllhlbaaldojhfpobclakfbmopgbm |
Beschrijving | Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away. |
Bestandsgrootte | 1.46 MB |
Aantal Installaties | 58 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2020-02-29 |
Publicatiedatum | 2020-02-29 |
Ontwikkelaar | https://taknalogy.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://taknalogy.com/blog/2019/12/15/taknalogy-aliexpress-reviews-importer-chrome-extension/ |
Help Pagina-URL | https://taknalogy.com/contact-us/ |
URL van de Privacybeleid Pagina | https://taknalogy.com/privacy-policy |
Ondersteunde Talen | 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" ] } |