Taknalogy Aliexpress Reviews Importer
Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.
Cos'è Taknalogy Aliexpress Reviews Importer?
Taknalogy Aliexpress Reviews Importer è un'estensione di Chrome sviluppata da https://taknalogy.com, e la sua funzione principale è "Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Taknalogy Aliexpress Reviews Importer
Scarica i file di estensione Taknalogy Aliexpress Reviews Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Taknalogy Aliexpress Reviews Importer |
ID | hkpbllhlbaaldojhfpobclakfbmopgbm |
URL Ufficiale | https://chromewebstore.google.com/detail/taknalogy-aliexpress-revi/hkpbllhlbaaldojhfpobclakfbmopgbm |
Descrizione | Shopify and WordPress reviews importer extension. Easy and genuine social proof few clicks away. |
Dimensione del File | 1.46 MB |
Conteggio Installazioni | 58 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2020-02-29 |
Data di Pubblicazione | 2020-02-29 |
Sviluppatore | https://taknalogy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://taknalogy.com/blog/2019/12/15/taknalogy-aliexpress-reviews-importer-chrome-extension/ |
URL della Pagina di Aiuto | https://taknalogy.com/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://taknalogy.com/privacy-policy |
Lingue Supportate | 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" ] } |