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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://katalog.world และคุณลักษณะหลักของมันคือ "Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Katalog Auto-Fill Product Page - Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
        }
    ]
}