POKY Wix - Product Importer
Import products from Multi platforms and Wix stores with one click!
Co to jest POKY Wix - Product Importer?
POKY Wix - Product Importer to rozszerzenie Chrome opracowane przez https://poky.app, a jego główną funkcją jest „Import products from Multi platforms and Wix stores with one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia POKY Wix - Product Importer
Pobierz pliki rozszerzeń POKY Wix - Product Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
POKY
Allows you to import/copy products from multi e-commerce platforms to your Wix Store with one click, it is a good application to save your time in copying and pasting.
You need just to install POKY app on your store and visit a product page on the platform supported by our app and start importing products with few clicks.
Currently we support more than 15 platforms
(POKY will import all information [title - description - variants - ...] ) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbfgidanmoomjgkcfdkfnncjjblibjkn |
| Oficjalny URL | https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn |
| Opis | Import products from Multi platforms and Wix stores with one click! |
| Rozmiar pliku | 45.88 KB |
| Liczba instalacji | 655 |
| Aktualna Wersja | 6.0.0 |
| Ostatnia Aktualizacja | 2024-02-07 |
| Data Publikacji | 2022-08-27 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://poky.app |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://poky.app |
| Adres URL Strony Pomocy | https://poky.app/support |
| Adres URL Strony Polityki Prywatności | https://poky.app/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "POKY Wix - Product Importer",
"description": "Import products from Multi platforms and Wix stores with one click!",
"homepage_url": "https:\/\/poky.app",
"permissions": [
"activeTab",
"scripting",
"storage",
"unlimitedStorage"
],
"action": {
"default_popup": "index.html",
"default_icon": "icon.png"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle",
"js": [
"js\/next.js"
]
}
],
"version": "6.0.0",
"manifest_version": 3
} | |