Katalog Auto-Fill Product Page - Extension

Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world

什么是Katalog Auto-Fill Product Page - Extension?

Katalog Auto-Fill Product Page - Extension是由https://katalog.world开发的Chrome扩展程序,该扩展的主要功能是“Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world”。

扩展截图

screenshot

下载Katalog Auto-Fill Product Page - Extension扩展crx文件

下载Katalog Auto-Fill Product Page - Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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",                    

扩展基本信息

名称 Katalog Auto-Fill Product Page - Extension Katalog Auto-Fill Product Page - Extension
ID aekfiaddhmbbjhohokghnmncobkcadbe
官方URL https://chromewebstore.google.com/detail/katalog-auto-fill-product/aekfiaddhmbbjhohokghnmncobkcadbe
简介 Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world
文件大小 357 KB
安装次数 26
当前版本 0.0.1
更新时间 2023-09-07
上架时间 2023-09-07
评分 5.00/5 共2次评分
开发者 https://katalog.world
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.katalog.world/
支持的语言 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": []
        }
    ]
}