Katalog Auto-Fill Product Page - Extension
Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world
Qu'est-ce que Katalog Auto-Fill Product Page - Extension ?
Katalog Auto-Fill Product Page - Extension est une extension Chrome développée par https://katalog.world, et sa fonction principale est "Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Katalog Auto-Fill Product Page - Extension
Téléchargez les fichiers d'extension Katalog Auto-Fill Product Page - Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get from barcode product description, name, brand and much more datas to save your time With the Katalog Extension all informations will be pushed on your page at the right place. - Automate product page creation - Scan Barcode and fill in automatically entry fields on your current browser page from a product's GTIN. - Compatible with Magento, Shopify, Prestashop, Odoo and many more EAN, UPC, ISBN, GTIN supported - Use Template or Create your own mapper. - Extension automatically detect your input field or add new one, map it and autofill it. Check out the Katalog website to use this extension. An API Key is needed to get datas, obtain it for Free on our website. Built with ❤️ for retail ecommerce or marketplace. Get product informations automatically and spread it wherever. Create and Manage easily your product database, catalog. #PIM #eCommerce #Retail",
Informations de Base sur l'Extension
Nom | Katalog Auto-Fill Product Page - Extension |
ID | aekfiaddhmbbjhohokghnmncobkcadbe |
URL Officiel | https://chromewebstore.google.com/detail/katalog-auto-fill-product/aekfiaddhmbbjhohokghnmncobkcadbe |
Description | Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world |
Taille du Fichier | 357 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-09-07 |
Date de Publication | 2023-09-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://katalog.world |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.katalog.world/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Katalog Auto-Fill Product Page - Extension", "version": "0.0.1", "description": "Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world", "author": "[email protected]", "homepage_url": "https:\/\/www.katalog.world", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "short_name": "Katalog Auto Complete Product", "options_page": "src\/pages\/settings\/index.html", "action": { "default_popup": "src\/pages\/extension_popup\/index.html", "default_icon": "images\/logo.png" }, "icons": { "32": "images\/logo.png" }, "permissions": [ "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/logo.png" ], "matches": [] } ] } |