Taknalogy Aliexpress Dropshipping
works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.
Cos'è Taknalogy Aliexpress Dropshipping?
Taknalogy Aliexpress Dropshipping è un'estensione di Chrome sviluppata da https://taknalogy.com, e la sua funzione principale è "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Taknalogy Aliexpress Dropshipping
Scarica i file di estensione Taknalogy Aliexpress Dropshipping 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
Extension works with wordpress plugin which can be installed from the following link. https://wordpress.org/plugins/taxnalogy-aliexpress-product-importer/ Once installed copy and paste shop url and access key from the plugin to the extension. Extension can be used to import products from the search or catalogue page as well as from a single page of aliexpress.com. Complete documentation can be found from the following page https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/
Informazioni di Base sull'Estensione
Nome | Taknalogy Aliexpress Dropshipping |
ID | gbbfmfcdncigpkaefnocojojbncliafb |
URL Ufficiale | https://chromewebstore.google.com/detail/taknalogy-aliexpress-drop/gbbfmfcdncigpkaefnocojojbncliafb |
Descrizione | works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress. |
Dimensione del File | 3.96 MB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2020-04-23 |
Data di Pubblicazione | 2020-04-20 |
Sviluppatore | https://taknalogy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://taknalogy.com/blog/2020/02/16/taknalogy-aliexpress-dropshipping/ |
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 Dropshipping", "description": "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.", "version": "0.3.0", "browser_action": { "default_popup": "index.html", "default_title": "Taknalogy Aliexpress Dropshipping" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "author": "Rab Nawaz", "background": { "scripts": [ "app\/scripts\/background\/background.min.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "css": [ "app\/scripts\/content\/css\/style.css" ], "js": [ "app\/scripts\/content\/productscript.min.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } |